summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/migrations
AgeCommit message (Collapse)Author
2016-12-13Add divisions to warehousesÉtienne Loks
2016-04-15Add field to person and organizationsÉtienne Loks
2015-05-06Add missing migration from archaeological_warehouse mergeÉtienne Loks
2015-05-06Manage migration merge on archaeological_context_recordsÉtienne Loks
To apply: ./manage.py migrate archaeological_warehouse --delete-ghost-migrations
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
2014-12-18Fix length of town's name.Étienne Loks
* Ready for Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch!
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-05-12Add email to warehouseÉtienne Loks
2014-05-10History: add a creator fieldÉtienne Loks
* automatically add creator to new created item * associated migrations * associated tests * tests
2012-10-19Djangoization - Major refactoring (step 2) models reorganization in django appsÉtienne Loks