symposion_app/registrasion/controllers
Sachi King 4456398735 Price is not a relation and cannot select_related
This field is ignored in 1.9, however in 1.10+ it is an error.
As this is a no-op in 1.9, removal keeps functionality while
extending compatability going forward.

For full details please see Django Ticket 10414 at:
https://code.djangoproject.com/ticket/10414
2017-04-05 21:07:59 +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 Makes sure that the cache is not disturbed by calling end_batch 2016-05-01 14:56:51 +10:00
cart.py Price is not a relation and cannot select_related 2017-04-05 21:07:59 +10:00
category.py Fixes flake8 snafus 2016-09-02 11:43:27 +10:00
conditions.py Cancelled presentations no longer enable SpeakerCondition. 2016-10-13 10:50:48 -07:00
credit_note.py Adds cancellation fee implementation and tests 2016-09-15 12:15:40 +10:00
discount.py Fixes flake8 snafus 2016-09-02 11:43:27 +10:00
flag.py Fixes flake8 snafus 2016-09-02 11:43:27 +10:00
for_id.py Fixes issue in for_id_or_404 2016-09-21 15:58:58 +10:00
invoice.py Zeroed & paid invoices that are voided now release the cart. 2016-10-13 11:23:41 -07:00
item.py Removes spurious print statement. 2016-09-14 15:09:02 +10:00
product.py Memoises everything else that needs to be memoised. 2016-05-01 14:56:51 +10:00