summaryrefslogtreecommitdiff
path: root/archaeological_operations/migrations
AgeCommit message (Collapse)Author
2016-12-16Fix migration dependencyÉtienne Loks
2016-12-11Add dependency in operation migrationÉtienne Loks
2016-12-11Administrative act for treatment and treatment filesÉtienne Loks
2016-10-22Image filename are now up to 255 characters. Length test is done on forms. ↵Étienne Loks
(refs #3325)
2016-10-22Improve cached label regeneration when modifying parent items (refs #3341)Étienne Loks
2016-09-15Operation: add comment about scientific documentation (refs #3229)Étienne Loks
2016-09-08Operation: manage deadline for finds and documentation receipt (refs #3191)Étienne Loks
2016-09-05Add images for operation, context records and sources (refs #2927, refs #351)Étienne Loks
2016-08-21Operations: DRACAR to old code (refs #3093)Étienne Loks
2016-08-17Parcels: add public domain field - better management of parcel formsets ↵Étienne Loks
(refs #2284)
2016-07-27Sync external ID on manual insert (refs #3161)Étienne Loks
2016-07-17Context records: short_label -> tiny_label, explicit relation in exportsÉtienne Loks
2016-07-17Add a short label to record relationsÉtienne Loks
2016-06-21Add GIS fields in DBÉtienne Loks
2016-04-07Fix DRACAR codeÉtienne Loks
2016-01-28Add abstract to operationsÉtienne Loks
2016-01-14Add receipt date in documentation for sources (refs #3014)Étienne Loks
2015-12-30Sources: duplicate and referencesÉtienne Loks
2015-12-28Archaeological operations: add report stateÉtienne Loks
2015-11-25Archaeological operations: common_name -> text - data migration: report ↵Étienne Loks
error on abuse associations
2015-11-20Archaeological operations: add virtual and record quality fields (refs #2961)Étienne Loks
2015-11-17Operations: towns and deparments in columnsÉtienne Loks
2015-11-10Fix bad operation_type migrationÉtienne Loks
2015-11-09Move operation types to ishtar_commonÉtienne Loks
2015-10-28Imports: allow column concatÉtienne Loks
2015-09-22Add relation between operationsÉtienne Loks
2015-06-10Fix migration after mergeÉtienne Loks
2015-06-10Merge branch 'stable'Étienne Loks
Conflicts: archaeological_operations/models.py
2015-06-10Code patriarche is unique - adjustment on operation fieldsÉtienne Loks
2015-05-06Manage migration merge on archaeological_context_recordsÉtienne Loks
To apply: ./manage.py migrate archaeological_operations --delete-ghost-migrations 0036 ./manage.py migrate archaeological_operations --fake 0037
2015-05-06Fix generaltype slug size (to match with label size)Étienne Loks
2015-05-06Add public domain parcels management (refs #2284)Étienne Loks
2015-05-06Manage link between import and imported object - Auto-delete imported object ↵Étienne Loks
when deleting import
2015-02-02Add remains and periods to archaeological sites (refs #2251)Étienne Loks
2015-01-28Add external_id to sources. Bibracte import for sources.Étienne Loks
2015-01-27Bibracte import for context records.Étienne Loks
2015-01-25Several changes on models to manage complex find importsÉtienne Loks
2014-12-12Don't erase any creation of this user when it is deleted (refs #2169)Étienne Loks
* creator is no more a mandatory field * for associated foreign key relation: on_delete set to SET_NULL
2014-10-21Dashboard: work on graphs for operations (refs #2076)Étienne Loks
* add a new creation date field for operations * refactoring of management of dashboard forms * dashboard form for operations
2014-07-18Administrativ act: change object length (refs #1649)Étienne Loks
2014-07-15Django admin: fix index modifications (refs #1884)Étienne Loks
2014-07-15Fix history creator reinit when teh creator dosn't exist anymoreÉtienne Loks
2014-06-15Fix creator field in database - fix edition date in sheets (refs #1590)Étienne Loks
2014-06-15Fix default ordering of admin acts - add a year value to better query (refs ↵Étienne Loks
#1680)
2014-05-10Manage operation type order (refs #1685)Étienne Loks
2014-05-10Fix migrationsÉtienne Loks
2014-05-10History: add a creator fieldÉtienne Loks
* automatically add creator to new created item * associated migrations * associated tests * tests
2014-03-27Add operators to archaeological operations (refs #1678)Étienne Loks
2014-02-20Operations: in_charge -> scientist - new field in_charge (refs #1600)Étienne Loks
* model update * forms update * templates update * search update * operation owned update
2013-12-27Manage index for administrativ act: model, automatic indexation (refs #1587)Étienne Loks