summaryrefslogtreecommitdiff
path: root/archaeological_operations/migrations
AgeCommit message (Collapse)Author
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