summaryrefslogtreecommitdiff
path: root/archaeological_finds/forms.py
AgeCommit message (Collapse)Author
2015-10-25Finds: generic comment on datingÉtienne Loks
2015-10-25Finds: dating -> datingsÉtienne Loks
2015-10-01Finds: form field orderÉtienne Loks
2015-10-01Finds: change labels - better management of indexÉtienne Loks
2015-09-23Fix many to many initialisation in wizardsÉtienne Loks
2015-09-19Finds: material type to material typesÉtienne Loks
2015-09-09Archaeological finds: update sheet and searchÉtienne Loks
2015-09-09Add many fields to finds - associated migrations, forms and autocomplete ↵Étienne Loks
view (refs #2784)
2015-08-19Archaeological files: change planning service managementÉtienne Loks
2015-01-25Minor label fixValérie-Emma Leroux
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-09-04Improve Image field management (refs #1365)Étienne Loks
* add a custom widget to allow display via prettyPhoto on forms * disable resizing when the image is deleted * fix "has image" search request to manage empty and null field for images * fix deletion of files by the wizard * fix initialization of instancied form for files and images
2013-08-26Add "Has an image?" in find searches (refs #1314)Étienne Loks
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-17Fix cached forms that doesn't allow modeltypes updateÉtienne Loks
Don't instanciate the form passed to the widget
2013-04-04Forms (operations, context records, files): add search by parcel (refs #575)Étienne Loks
2012-10-21Djangoization - Major refactoring (step 13)Étienne Loks
* Fix finds wizards * Clean-up an unecessary file
2012-10-21Djangoization - Major refactoring (step 12)Étienne Loks
* Fix finds wizards
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.