Major cleanup work on ShoppingCart models

* Make currency a property of the Order (for validation purposes)
* Remove null=True from Char fields
* Use InheritanceManager for subclassing OrderItem
* Change VerifiedCertificate to better handle some new use cases
* Cleaned out old migrations
* Tests!
This commit is contained in:
Diana Huang
2013-08-20 15:28:19 -04:00
parent 84628e105f
commit 6f3e83b86c
9 changed files with 219 additions and 498 deletions

View File

@@ -53,6 +53,7 @@ South==0.7.6
sympy==0.7.1
xmltodict==0.4.1
django-ratelimit-backend==0.6
django-model-utils==1.4.0
# Used for debugging
ipython==0.13.1