symposion_app/registrasion
2016-04-29 11:09:36 +10:00
..
controllers 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
migrations Removes EnablingConditionBase, replaces it with FlagBase; adds first tranche of migrations 2016-04-25 18:32:11 +10:00
models More view documentation 2016-04-26 10:52:56 +10:00
templatetags Makes items_purchased do more database work 2016-04-29 11:09:36 +10:00
tests Flake8 fixes 2016-04-29 11:08:45 +10:00
__init__.py Marks 0.2.0-dev 2016-04-27 11:36:31 +10:00
admin.py Consolidates models.py into a directory module. 2016-04-22 15:06:24 +10:00
apps.py Imports code from old Symposion repo 2016-01-22 16:19:11 +11:00
exceptions.py flake8 fixes 2016-04-07 13:26:25 +10:00
forms.py Adds “NO SELECTION” to radio buttons form. 2016-04-25 16:16:41 +10:00
urls.py Adds initial credit note display view 2016-04-11 13:11:57 +10:00
util.py Makes the discounts section from _handle_products evaluate lazily, just in case it’s never displayed in a template (those are some very very expensive queries there). 2016-04-29 11:09:08 +10:00
views.py Makes the discounts section from _handle_products evaluate lazily, just in case it’s never displayed in a template (those are some very very expensive queries there). 2016-04-29 11:09:08 +10:00