Initial flexible attributes commit. Removed Relationship model in favor of a flexible...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Tue, 12 Oct 2010 13:51:05 +0000 (09:51 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Tue, 12 Oct 2010 13:51:05 +0000 (09:51 -0400)
commit74ceac458ad030558f2e564ba34191115d0aadc5
treea6e3b7bb6b405fc6d9835ba2a74a1c2b1daa8f4f
parentd619bfea3c16942826ae2df297f7e1660f63f8ac
Initial flexible attributes commit. Removed Relationship model in favor of a flexible Attribute model with generic foreign keys to an entity and a value type. This should allow for easy addition of attribute types: for example, an attribute with a ManyToMany value.
admin/base.py
admin/pages.py
forms.py
models/base.py
models/fields.py
models/nodes.py
models/pages.py