#14379: formset.is_bound returns False for ModelFormsets created with queryset 
as
argument
---------------------------------+------------------------------------------
          Reporter:  jnns        |         Owner:  nobody            
            Status:  closed      |     Milestone:                    
         Component:  Forms       |       Version:  SVN               
        Resolution:  invalid     |      Keywords:  modelformset bound
             Stage:  Unreviewed  |     Has_patch:  0                 
        Needs_docs:  0           |   Needs_tests:  0                 
Needs_better_patch:  0           |  
---------------------------------+------------------------------------------
Changes (by Honza_Kral):

  * status:  new => closed
  * needs_better_patch:  => 0
  * resolution:  => invalid
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 This is correct behavior - instantiating {{{ ModelFormSet }}} with a
 queryset is the equivalent of supplying {{{ initial }}} to a {{{ Form }}}
 which also isn't bound in that case.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14379#comment:1>
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