#14568: FormMixin.get_form should use keyword arguments for data & files
---------------------------+------------------------------------------------
 Reporter:  mattmcc        |       Owner:  nobody    
   Status:  new            |   Milestone:  1.3       
Component:  Generic views  |     Version:  SVN       
 Keywords:  forms          |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 django.forms.BaseForm's constructor defines all its arguments as keyword
 arguments, but generic views have always passed data and files as
 positional arguments.  The switch to class-based views makes for a nice
 opportunity to change that.

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