symposion_app/registrasion/controllers
2016-04-29 11:16:40 +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 Reduces CartController re-loading when batching operations 2016-04-29 11:16:40 +10:00
category.py Puts attach_remainders on ProductController and CategoryController, eliminating the need to query each product and category separately. 2016-04-29 11:09:34 +10:00
conditions.py More low-hanging query optimisations 2016-04-29 11:11:26 +10:00
credit_note.py Adds for_id, which lets you get an InvoiceController or CreditNoteController by the ID of the invoice/credit note/. Closes #38. 2016-04-25 07:20:41 +10:00
discount.py Tests and fixes for a bug where discount quantities did not respect per-line item quantities. 2016-04-29 11:11:59 +10:00
flag.py More low-hanging query optimisations 2016-04-29 11:11:26 +10:00
for_id.py Adds for_id, which lets you get an InvoiceController or CreditNoteController by the ID of the invoice/credit note/. Closes #38. 2016-04-25 07:20:41 +10:00
invoice.py Does more select_related and bulk_create calls 2016-04-29 11:10:20 +10:00
product.py Puts attach_remainders on ProductController and CategoryController, eliminating the need to query each product and category separately. 2016-04-29 11:09:34 +10:00