Moved container forms and attribute forms into admin. Moved AttributeFields and Entit...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Fri, 21 Jan 2011 22:09:26 +0000 (17:09 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Fri, 21 Jan 2011 22:09:26 +0000 (17:09 -0500)
commitdff8591e4ad14b7f1026adde11b4a43a36b364a2
tree13b33deaca8c66d4bc7b40c09a59cb81c2d79e13
parent1422f0d2c8325b2c4d6781bd3c7b21a3d5873b90
Moved container forms and attribute forms into admin. Moved AttributeFields and EntityForm into contrib/cowell/; this more accurately reflects their status as convenient in certain circumstances. Simplified imports according to these changes. Made further tweaks to ManyToManyValue's methods.
admin/base.py
admin/forms/__init__.py [new file with mode: 0644]
admin/forms/attributes.py [new file with mode: 0644]
admin/forms/containers.py [moved from forms/containers.py with 100% similarity]
admin/pages.py
contrib/cowell/__init__.py [new file with mode: 0644]
contrib/cowell/fields.py [moved from models/fields/attributes.py with 84% similarity]
contrib/cowell/forms.py [moved from forms/entities.py with 56% similarity]
forms/__init__.py
models/base.py
models/fields.py [moved from models/fields/__init__.py with 97% similarity]