summaryrefslogtreecommitdiff
path: root/archaeological_operations/migrations
AgeCommit message (Collapse)Author
2017-06-28Sources: change external id type to TextFieldÉtienne Loks
2017-06-28Sources: external_id max char from 12 to 300Étienne Loks
2017-06-13Fix migrationÉtienne Loks
2017-06-13OA code is now a string.Étienne Loks
2017-03-29Operations: add collaborators field (refs #3368)Étienne Loks
2017-03-13Operation migration: fix regeneration of cacheÉtienne Loks
2017-03-13Operation: add a location field (refs #3508)Étienne Loks
2017-02-11Fix operation_type fk attribution (master only)Étienne Loks
2016-12-21Operation deletion test - adjust migration dependenciesÉtienne Loks
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