#35227: admin.display(ordering="") is raises exception while trying to ordering
field.
-------------------------------+--------------------------------------
     Reporter:  yetem          |                    Owner:  nobody
         Type:  Bug            |                   Status:  closed
    Component:  contrib.admin  |                  Version:  5.0
     Severity:  Normal         |               Resolution:  invalid
     Keywords:                 |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------
Changes (by Mariusz Felisiak):

 * resolution:   => invalid
 * status:  new => closed

Comment:

 > When I tried to order by column is_success, Django admin raises an
 exception:

 This is an expected behavior, you cannot set `ordering` by nonexistent
 fields.

 > However, I discovered a strange behavior. I can add a SimpleFilter like
 this:

 You added `is_success` annotation to the queryset so now you can order by
 it.

 > And now I can order by is_success until I turn on facets option. When I
 click Show counts the exception occurs again, but without Show counts
 ordering works correctly.

 This is probably a duplicate of #35198.

 Marking as "invalid" as it seems that you're experimenting with Django
 admin. If you're having trouble understanding how Django works, see
 TicketClosingReasons/UseSupportChannels for ways to get help.
-- 
Ticket URL: <https://code.djangoproject.com/ticket/35227#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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018db91d35cc-930d925a-2bd1-422d-967e-95c6db4013fa-000000%40eu-central-1.amazonses.com.

Reply via email to