app/django/db/backends/dummy/creation.py
author |
Todd Larsen <tlarsen@google.com> |
|
Mon, 29 Sep 2008 15:46:42 +0000 |
changeset 208 |
e076aee6e90f |
parent 54 |
03e267d67478
|
permissions |
-rw-r--r-- |
Take advantage of the Model inheritance provided by polymodel.PolyModel to
have Club, School, Sponsor, and Organization actually inherit from the Group
Model class, rather than being composed via ReferenceProperties.
Patch by: Todd Larsen
Review by: Pawel Solyga, Sverre Rabbelier, Augie Fackler
Review URL: http://codereviews.googleopensourceprograms.com/606
54
03e267d67478
Major reorganization of the soc svn repo, to merge into a single App Engine
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
1 |
DATA_TYPES = {}
|