summaryrefslogtreecommitdiff
path: root/archaeological_files/migrations
AgeCommit message (Collapse)Author
2018-04-03Types: charfield to textfield for name and slugÉtienne Loks
2017-10-26Towns: remove "canton" add limits - change meta for dataÉtienne Loks
2017-10-17Json fields: change default and db index (refs #3077)Étienne Loks
2017-10-17JSON: add JSON fields to manage dynamic data schema - add table to ↵Étienne Loks
administrate display of theses fields (refs #3077)
2017-10-12Performance: add indexes for cached labelsÉtienne Loks
2017-10-12Manage postgres index and vector searches (refs #2912)Étienne Loks
2017-08-26Django 1.11: new migrations for slugsÉtienne Loks
2017-08-04Migration updateÉtienne Loks
2017-08-04Context record: add point 2dÉtienne Loks
2017-08-02Update migrationsÉtienne Loks
2017-04-18New migrations: add viewsÉtienne Loks
2017-04-14New migration managementÉtienne Loks
2016-12-21Operation deletion test - adjust migration dependenciesÉtienne Loks
2016-08-12Fix migration after mergeÉtienne Loks
2016-08-12Merge branch 'master-pdl'Étienne Loks
2016-07-29Archaeological files: floatfield for surface - fix error display on main formÉtienne Loks
2016-07-27Sync external ID on manual insert (refs #3161)Étienne Loks
2016-01-11reference_number -> permit_referenceÉtienne Loks
2016-01-02Creation date is now optional - fix SRA importer for optional creation dateÉtienne Loks
2015-12-03Fix old migrationsÉtienne Loks
2015-12-03Fix an old migrationÉtienne Loks
2015-11-09Move operation types to ishtar_commonÉtienne Loks
2015-10-27Archaeological files: reference_number -> string - better layout for ↵Étienne Loks
planning service form
2015-10-25Archaeological files: cached_label varchar(500) -> textÉtienne Loks
2015-10-22Archaological files: add external_id fieldÉtienne Loks
2015-09-08Archaeological files: reference_number integer -> big integerÉtienne Loks
2015-07-21Manage lan planner organizations (refs #2671)Étienne Loks
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