Christopher Neugebauer
|
43649002cb
|
Makes ProductCondition work if you have both valid and cancelled instances of a product. Fixes #68
|
2016-09-03 16:18:27 +10:00 |
|
Christopher Neugebauer
|
8e1f799513
|
Test case for issue #68
|
2016-09-03 16:11:28 +10:00 |
|
Christopher Neugebauer
|
63dfd353c1
|
Replaces active/released flags in Cart with a single int flag. Closes #41
|
2016-04-25 15:36:55 +10:00 |
|
Christopher Neugebauer
|
875f736d67
|
Consolidates models.py into a directory module.
|
2016-04-22 15:06:24 +10:00 |
|
Christopher Neugebauer
|
c24b9ee213
|
Makes EnablingConditionBase a minimal reification of an abstract base model FlagBase, replaces enablingconditionbase with flagbase where possible, and fixes method names and documentation
|
2016-04-12 08:42:22 +10:00 |
|
Christopher Neugebauer
|
638ec26126
|
Replaces the mandatory/non-mandatory concept with the enabled_if_true/disabled_if_false concept. Closes #4.
|
2016-04-11 20:48:18 +10:00 |
|
Christopher Neugebauer
|
e88a287fef
|
renames test_enabling_condition to test_flag
|
2016-04-11 17:59:20 +10:00 |
|