#11850: Intermediate model order not applied to related model
-------------------------------------+-------------------------------------
     Reporter:  pielgrzym            |                    Owner:  bastih
         Type:  New feature          |                   Status:  closed
    Component:  Database layer       |                  Version:  1.1
  (models, ORM)                      |               Resolution:  wontfix
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:  model ordering,      |      Needs documentation:  0
  many to many, through              |  Patch needs improvement:  0
    Has patch:  0                    |                    UI/UX:  0
  Needs tests:  0                    |
Easy pickings:  0                    |
-------------------------------------+-------------------------------------
Changes (by anonymous):

 * status:  assigned => closed
 * resolution:   => wontfix


Comment:

 Given the description example, the sets ordering will be based on
 `Person`'s `Meta` ordering. Changing this to use the intermediary table's
 ordering would be backwards incompatible.

 We discussed in IRC having an `ordering=(...)` parameter for the m2m
 field, but that should live in a new ticket.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/11850#comment:7>
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 django-updates@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