Initial raw_id_fields support for proxy fields. Involves hacks to bypass model valida...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 24 Jan 2011 18:37:48 +0000 (13:37 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Tue, 25 Jan 2011 21:43:38 +0000 (16:43 -0500)
commit65350fb7f97eb0cbcbba837ee226563d6839fc91
tree05f865b1513b78ae24f2158737d6e1723682849c
parent15c68a7a08349d807c767cce58fdbeec0dcc192d
Initial raw_id_fields support for proxy fields. Involves hacks to bypass model validation for things like raw_id_fields, where validation depends on model._meta.get_field(). Renamed EntityForm to ProxyFieldForm to more accurately reflect its purpose. Removed extraneous code from ProxyFieldForm that didn't belong there.
contrib/cowell/admin.py [new file with mode: 0644]
contrib/cowell/fields.py
contrib/cowell/forms.py
contrib/cowell/widgets.py [new file with mode: 0644]