summaryrefslogtreecommitdiff
path: root/archaeological_operations/migrations
AgeCommit message (Collapse)Author
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
2014-07-15Fix history creator reinit when teh creator dosn't exist anymoreÉtienne Loks
2014-06-15Fix creator field in database - fix edition date in sheets (refs #1590)Étienne Loks
2014-06-15Fix default ordering of admin acts - add a year value to better query (refs ↵Étienne Loks
#1680)
2014-05-10Manage operation type order (refs #1685)É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-27Add operators to archaeological operations (refs #1678)Étienne Loks
2014-02-20Operations: in_charge -> scientist - new field in_charge (refs #1600)Étienne Loks
* model update * forms update * templates update * search update * operation owned update
2013-12-27Manage index for administrativ act: model, automatic indexation (refs #1587)Étienne Loks
2013-12-26Manage archaeological sites into forms (refs #1586)Étienne Loks
* create new widget: multiple autocomplete field * move JS autocomplete to template * archaeological site reference made unique
2013-12-23Add archaeological sites to models (refs #1586)Étienne Loks
2013-12-05Better filenames for ooo document (refs #1526)Étienne Loks
2013-12-03Associate template to AdministrativActType - automatically associate the ↵Étienne Loks
relevant template on administrativeact document generation (refs #1524)
2013-12-02First work on report delivery dateÉtienne Loks
2013-08-25Improve cached_label displayÉtienne Loks
2013-07-17Performance: add a cached label to improve display on main pageÉtienne Loks
2013-06-11Operations: work on importÉtienne Loks
2013-04-30Manage new imports for "Pays de la Loire"Étienne Loks
2013-02-06Work on importsÉ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-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