#12134: contrib.admin.RelatedFieldWidgetWrapper.__deepcopy__() should copy() the
widget attrs
----------------------------------+-----------------------------------------
 Reporter:  ubernostrum           |       Owner:  nobody    
   Status:  new                   |   Milestone:            
Component:  django.contrib.admin  |     Version:  1.1       
 Keywords:                        |       Stage:  Unreviewed
Has_patch:  0                     |  
----------------------------------+-----------------------------------------
 Otherwise it ends up with a shallow copy which reuses the same attrs dict
 across separate widget instances, playing merry hell with form classes
 which want to change widget attrs on a per-(form)-instance basis.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12134>
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to