#16013: ModelChoiceIterator unnecessarly clone queryset
-------------------------------------+-------------------------------------
               Reporter:             |          Owner:  nobody
  maksymus007@…                      |         Status:  closed
                   Type:  Bug        |      Component:  Forms
              Milestone:             |       Severity:  Normal
                Version:  1.3        |       Keywords:  ModelChoiceIterator
             Resolution:  invalid    |      Has patch:  0
           Triage Stage:             |    Needs tests:  0
  Unreviewed                         |  Easy pickings:  0
    Needs documentation:  0          |
Patch needs improvement:  0          |
-------------------------------------+-------------------------------------
Changes (by mattmcc):

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


Comment:

 This is by design.  If a new clone isn't made, then the choices would
 never change after a form class has been created.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/16013#comment:1>
Django <https://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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to