#11183: BaseForm init leaves pointers pointing back to base_fields when widget
is a
Select
-------------------------------------+--------------------------------------
Reporter: margieroginski | Owner: lukeplant
Status: assigned | Milestone: 1.2
Component: Forms | Version: 1.0
Resolution: | Keywords:
Stage: Accepted | Has_patch: 0
Needs_docs: 0 | Needs_tests: 1
Needs_better_patch: 0 |
-------------------------------------+--------------------------------------
Comment (by Alex):
The {{{ __deepcopy__ }}} methods on Widgets/Fields seem to be becoming a
nest full of random special casing for the different attributes different
ones have. I can't figure out why, for example, Field even bothers to
define this __deepcopy__, the default implementation should suffice:
http://code.djangoproject.com/browser/django/trunk/django/forms/fields.py#L167
--
Ticket URL: <http://code.djangoproject.com/ticket/11183#comment:6>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.