summaryrefslogtreecommitdiff
path: root/ishtar_common/forms.py
AgeCommit message (Collapse)Author
2014-05-26Put autofocus on first field of tableform (refs #1596)Étienne Loks
2014-05-12Person and organization deletion (refs #1675)Étienne Loks
* add associated actions, wizards, forms * prevent deletion of associted items (operations, files, etc.) * give list of associated items before deletion and give access to these items
2013-12-03Associate template to AdministrativActType - automatically associate the ↵Étienne Loks
relevant template on administrativeact document generation (refs #1524)
2013-09-03Fix SquareMeter widget (refs #1380)Étienne Loks
* bad escaping of attributes
2013-07-17Fix cached forms that doesn't allow modeltypes updateÉtienne Loks
Don't instanciate the form passed to the widget
2013-04-11More tolerent name checking (closes #560)É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-18Djangoization - Major refactoring (step 1)Étienne Loks