summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/wizards.py
AgeCommit message (Collapse)Author
2017-08-22Django 1.11: use render() instead render_to_response - pass dict to templatesÉtienne Loks
2017-03-24Warehouse: divisions forms is readonly if containers are localised in this ↵Étienne Loks
warehouse (refs #3563)
2017-03-21Container form: fix message when no warehouse is setÉtienne Loks
2017-03-17Wizard container: display container sheet at the end of the process (refs #3428)Étienne Loks
2017-01-16Fix container creation (refs #3415)Étienne Loks
2016-12-27Deletion and searches for warehouses (refs #3366)Étienne Loks
2016-12-25Manage container deletion (refs #3392)Étienne Loks
2016-12-24Container creation form (refs #3392)Étienne Loks
2016-12-23Container: Localisation form become modification formÉtienne Loks
2016-12-23Display warehouse sheet after modificationÉtienne Loks
2016-12-18Containers / Warehouse: actions, sheets and fixes.Étienne Loks
2016-12-14Manage container localisationÉtienne Loks
2016-12-13Warehouse: basic add / modify wizardÉtienne Loks
2016-06-24Reactivate treatmentsÉtienne Loks
2016-06-04Treatment: workon on basket update after treatmentÉtienne Loks
2016-06-03Warehouse: work on packagingÉtienne Loks
2016-06-02Pep8É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 9)Étienne Loks
* move templates * change labels
2012-10-21Djangoization - Major refactoring (step 8)Étienne Loks
* clean-up on request and storage args in methods * view creation now managed by South * clean some mess in session values by using MultiValueDict
2012-10-20Djangoization - Major refactoring (step 6)Étienne Loks
Work on wizard, views and forms to dispatch logic in a more relevant way.