summaryrefslogtreecommitdiff
path: root/archaeological_context_records/models.py
AgeCommit message (Collapse)Author
2015-01-25Context records: fix post delete and post save of records relationsÉtienne Loks
2015-01-25Automatically delete symetric/inverse context records relationsÉtienne Loks
2015-01-25Automatically add symetric/inverse for context records relationsÉtienne Loks
2015-01-24Prevent incoherent RelationTypeÉtienne Loks
* check that no relation type with symmetrical=True and an inverse relation are set * after saving check that theinverse_relation of the inverse_relation point to the saved object * test update
2015-01-23Add relations between context recordsÉtienne Loks
* new models definitions: RecordRelations, RelationType * migrations * admin update
2014-10-15Dashboard: implement a form to choose criteria for the graph displayÉtienne Loks
2014-07-21Colors and orders in short menu - cache mechanism (refs #1562)Étienne Loks
2013-10-28Templates: list all dependant documentsÉtienne Loks
New template tags for displaying table of documents
2013-09-12Manage missing order for some GeneralTypes (refs #612)Étienne Loks
2013-08-29Make all "short_label" properties (refs #1370)Étienne Loks
2013-08-25Change saved filename (refs #244)Étienne Loks
2013-08-25Fix conversion to string for display of OA number (refs #1317)Étienne Loks
2013-08-25Simplify access to operation for context records (don't use the parcel ↵Étienne Loks
anymore) (refs #1317)
2013-06-18Add simple view permissionsÉtienne Loks
2012-10-22Djangoization - Major refactoring (step 15)Étienne Loks
* works on dashboards
2012-10-21Djangoization - Major refactoring (step 7)Étienne Loks
Work on archaeological_files wizards
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