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