#28157: Options order is lost in choicefields when mixing grouped and 
non-grouped
options.
--------------------------------+--------------------------------------
     Reporter:  Paul Antropius  |                    Owner:  nobody
         Type:  Bug             |                   Status:  new
    Component:  Forms           |                  Version:  1.11
     Severity:  Normal          |               Resolution:
     Keywords:                  |             Triage Stage:  Unreviewed
    Has patch:  0               |      Needs documentation:  0
  Needs tests:  0               |  Patch needs improvement:  0
Easy pickings:  0               |                    UI/UX:  1
--------------------------------+--------------------------------------
Changes (by Tim Graham):

 * easy:  1 => 0


Comment:

 I can't reproduce the behavior you describe using this model in the admin:
 {{{
 class Record(models.Model):
     media = models.CharField(max_length=25, choices=MEDIA_CHOICES)
 }}}
 Can you add more details about how to reproduce the issue?

--
Ticket URL: <https://code.djangoproject.com/ticket/28157#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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.4f8aae54ebabffbedace3e647e35147d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to