#11044: FormWizard extra_context attribute is class-wide
--------------------------------------+-------------------------------------
 Reporter:  taylanpince               |       Owner:  nobody    
   Status:  new                       |   Milestone:            
Component:  django.contrib.formtools  |     Version:  1.0       
 Keywords:                            |       Stage:  Unreviewed
Has_patch:  1                         |  
--------------------------------------+-------------------------------------
 FormWizard's extra_context attribute is declared within the class, rather
 than the __init__ method, which means that it persists across the class,
 causing data within the extra_context to appear in all requests. Patch
 attached to move the declaration inside __init__.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11044>
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