summaryrefslogtreecommitdiff
path: root/archaeological_files/migrations
AgeCommit message (Collapse)Author
2015-05-06Manage migration merge on archaeological_filesÉtienne Loks
To apply: ./manage.py migrate archaeological_files --delete-ghost-migrations 0020 ./manage.py migrate archaeological_files --fake 0021
2015-05-06Fix generaltype slug size (to match with label size)Étienne Loks
2015-05-06Add raw field for general contractor and town planning service (refs #2279)Étienne Loks
2015-05-06Add a deadline field for filesÉtienne Loks
2015-05-06Workon alternate administrativ wizardÉtienne Loks
* reorganization of address fields * add a main town field * reorganize parcel wizard * workon new administrativ wizard
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-12-11Fix migration for empty dbÉtienne Loks
2014-11-24Work on SRA importationÉtienne Loks
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
2014-03-02Specific form for research archaeology (refs #1682)Étienne Loks
2014-01-03Fix unique field on archaeological files - 2Étienne Loks
2014-01-03Fix unique field on archaeological filesÉtienne Loks
2013-12-17Add a responsible of town planning services to filesÉtienne Loks
2013-08-25Improve cached_label displayÉtienne Loks
2013-07-17Improve cached_label managemnentÉtienne Loks
* more genericity * adapt it to archaeological files
2013-04-30Manage new imports for "Pays de la Loire"Étienne Loks
2013-04-11Add a name to archaelogical files (closes #628)Étienne Loks
2012-10-21Djangoization - Major refactoring (step 8)Étienne Loks
* clean-up on request and storage args in methods * view creation now managed by South * clean some mess in session values by using MultiValueDict
2012-10-19Djangoization - Major refactoring (step 2) models reorganization in django appsÉtienne Loks