summaryrefslogtreecommitdiff
path: root/archaeological_context_records/migrations
AgeCommit message (Collapse)Author
2016-01-14Add receipt date in documentation for sources (refs #3014)Étienne Loks
2015-12-30Sources: duplicate and referencesÉtienne Loks
2015-09-09Add many fields to finds - associated migrations, forms and autocomplete ↵Étienne Loks
view (refs #2784)
2015-05-06Manage migration merge on archaeological_context_recordsÉtienne Loks
To apply: ./manage.py migrate archaeological_context_records --delete-ghost-migrations 0010 ./manage.py migrate archaeological_context_records --fake 0011
2015-05-06Fix generaltype slug size (to match with label size)Étienne Loks
2015-05-06Manage link between import and imported object - Auto-delete imported object ↵Étienne Loks
when deleting import
2015-01-28Add external_id to sources. Bibracte import for sources.Étienne Loks
2015-01-25Several changes on models to manage complex find importsÉtienne Loks
2015-01-23Add relations between context recordsÉtienne Loks
* new models definitions: RecordRelations, RelationType * migrations * admin update
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-06-15Fix creator field in database - fix edition date in sheets (refs #1590)É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
2013-06-11Operations: work on importÉtienne Loks
2012-10-20Djangoization - Major refactoring (step 3)Étienne Loks
Reorganization of views, urls, menus, admin, forms. Changes on models.
2012-10-19Djangoization - Major refactoring (step 2) models reorganization in django appsÉtienne Loks