Added support for 'editable' to ProxyFields. Tweaked AttributeFieldDescriptor base...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 21 Oct 2010 19:05:07 +0000 (15:05 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 21 Oct 2010 19:13:34 +0000 (15:13 -0400)
commit78da723fd43fdaa44f588c0b642ca8f8348b4be0
tree467536b2afd20a2e408edaeb2098cf40b1fe2881
parentf578580e09ad5ef0466d48983c7480fcaccb42b4
Added support for 'editable' to ProxyFields. Tweaked AttributeFieldDescriptor base class to not raise an AttributeError on access. This allows the descriptor to be detected by Django admin validation, allowing the proxy fields to be used (for example) in a ModelAdmin's readonly_fields and list_display fields. This may address the remaining issues in feature #16.
forms.py
models/fields.py