symposion_app/registrasion/controllers
2016-04-11 13:11:56 +10:00
..
__init__.py Moves the controller modules into their own subpackage. There's going to be a lot of stuff in there. 2016-01-22 16:29:41 +11:00
cart.py flake8 fixes 2016-04-07 13:26:25 +10:00
category.py Optimises queries through simplifying repeated queries and select_related use 2016-04-06 22:59:00 +10:00
conditions.py flake8 fixes 2016-04-07 13:26:25 +10:00
credit_note.py Adds CreditNote, CreditNoteController, related models, and tests. 2016-04-11 13:11:56 +10:00
discount.py flake8 fixes 2016-04-07 13:26:25 +10:00
invoice.py Adds CreditNote, CreditNoteController, related models, and tests. 2016-04-11 13:11:56 +10:00
product.py Optimises queries through simplifying repeated queries and select_related use 2016-04-06 22:59:00 +10:00