IMPORTANT: DB schema changed: Django's ContentType is now used

instead of app-label and model-name (suggested by Ilya Semenov in issue 3).
This is a cleaner and more efficient solution, and applabel/modelname
are not stored redundantly in additional tables any more (the polymorphic models).
This should be the final DB schema now (sorry for any inconvenience).
Also some minor documentation updates.
This commit is contained in:
Bert Constantin
2010-01-25 17:46:45 +01:00
parent da599856b6
commit c2b420aea0
6 changed files with 121 additions and 115 deletions
+1
View File
@@ -13,4 +13,5 @@ mypoly.py
tmp
poly2.py
libraries-local
README.html