summaryrefslogtreecommitdiff
path: root/archaeological_finds/migrations
AgeCommit message (Collapse)Author
2015-11-26Finds fields - change and add: preservation to consider, integrity, batchÉtienne Loks
2015-11-18Finds: add cached values in database for short and complete IDÉtienne Loks
2015-11-17Archaeological finds: add a "checked date" field (refs #2947)Étienne Loks
2015-11-17Archaeological finds: add a "checked" field (refs #2947)Étienne Loks
2015-10-25Finds: generic comment on datingÉtienne Loks
2015-10-25Finds: dating -> datingsÉtienne Loks
2015-09-30Add administrative index to findsÉtienne Loks
2015-09-19Finds: material type to material typesÉtienne Loks
2015-09-09Add many fields to finds - associated migrations, forms and autocomplete ↵Étienne Loks
view (refs #2784)
2015-07-21Manage lan planner organizations (refs #2671)Étienne Loks
2015-05-06Manage migration merge on archaeological_context_recordsÉtienne Loks
To apply: ./manage.py migrate archaeological_finds --delete-ghost-migrations 0018 ./manage.py migrate archaeological_finds --fake 0019
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
2015-01-28Add external_id to sources. Bibracte import for sources.Étienne Loks
2015-01-28Fix Bibracte import - add finds importsÉ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-12-12Improve material type admin - remove recommandation requirement from ↵Étienne Loks
material type
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
2013-09-30Archaeological finds: add a conservatory state field (refs #1303)Étienne Loks
* added to models * associated migration * added to search * added to forms
2013-08-25Add images to finds (refs #1314)Étienne Loks
* an abstract model class has been defined to manage image and thumbnail with resizing on the fly * max size for images and thumbnails are set in project settings * new field have been added to Find model to save images and thumbnails * form and wizard of Find have been changed
2013-07-17Archaeological finds: Add code field to material typesÉtienne Loks
2013-06-11Operations: work on importÉtienne Loks
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