summaryrefslogtreecommitdiff
path: root/archaeological_files/forms.py
AgeCommit message (Collapse)Author
2013-12-03Associate template to AdministrativActType - automatically associate the ↵Étienne Loks
relevant template on administrativeact document generation (refs #1524)
2013-12-02Manage document templateÉtienne Loks
* ooo_replace: generate a document by mapping ooo variables with a given dict * DocumentTemplate model: store templates associated with a type of objects * get_values method: generate a dict of value from a model * new form/view to generate document from administrativ acts
2013-10-28Add the reference of the last recorded file in the label (refs #625)Étienne Loks
2013-08-23PersonType from single value to multi value for PersonÉtienne Loks
2013-07-17Fix cache issuesÉtienne Loks
2013-07-17Fix cached forms that doesn't allow modeltypes updateÉtienne Loks
Don't instanciate the form passed to the widget
2013-04-11Add a name to archaelogical files (closes #628)Étienne Loks
2013-04-04Forms (operations, context records, files): add search by parcel (refs #575)Étienne Loks
2012-10-20Djangoization - Major refactoring (step 6)Étienne Loks
Work on wizard, views and forms to dispatch logic in a more relevant way.
2012-10-20Djangoization - Major refactoring (step 3)Étienne Loks
Reorganization of views, urls, menus, admin, forms. Changes on models.