Resolves issue #71 for the admin interface by working around the use of modelform_fac...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 24 Mar 2011 21:58:57 +0000 (17:58 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 24 Mar 2011 21:58:57 +0000 (17:58 -0400)
commit3a134160f8e7e663c5807cd44296f5f3a88b8a36
tree58aa97714621ed12115b0876ea0379f0d5933344
parent202f000d9ce0b9ac6573ad1967bb5c62f920fde8
Resolves issue #71 for the admin interface by working around the use of modelform_factory. If any code uses modelform_factory elsewhere with an entity form, the same issue will arise. Also compatible with 1.2.X.
admin/base.py
forms/entities.py
models/base.py