symposion_app/registrasion/controllers
2016-05-01 10:47:06 +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
batch.py Adds design for BatchController 2016-05-01 10:47:06 +10:00
cart.py Replaces CategoryController.attach_user_remainders with user_remainders 2016-04-30 20:30:44 +10:00
category.py Replaces CategoryController.attach_user_remainders with user_remainders 2016-04-30 20:30:44 +10:00
conditions.py Fixes flake8 errors arising from rebase 2016-04-29 11:22:56 +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 Adds design for BatchController 2016-05-01 10:47:06 +10:00
flag.py _filtered_flags now no longer cares about products for filtering. It just does everything. 2016-04-30 20:42:41 +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 Replaces CategoryController.attach_user_remainders with user_remainders 2016-04-30 20:30:44 +10:00