Re: [Django] #14568: FormMixin.get_form should use keyword arguments for data & files

2010-10-26 Thread Django
#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   
Resolution: |  Keywords:  forms 
 Stage:  Unreviewed | Has_patch:  1 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by mattmcc):

  * needs_better_patch:  => 0
  * has_patch:  0 => 1
  * needs_tests:  => 0
  * needs_docs:  => 0

-- 
Ticket URL: 
Django 
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.



[Django] #14568: FormMixin.get_form should use keyword arguments for data & files

2010-10-26 Thread Django
#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: 
Django 
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.