Changes between Initial Version and Version 1 of Ticket #28958
- Timestamp:
- 12/24/17 13:19:12 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28958
-
Property
Summary
changed from
Using query expression in model Meta.ordering causes AttributeError in admin
toUsing query expression in either the model's Meta.ordering or ModelAdmin.ordering causes an error
-
Property
Summary
changed from
-
Ticket #28958 – Description
initial v1 1 When using the newly introduced query-expression ordering feature in either the model's Meta.ordering or in its ModelAdmin causes errors.1 Using the newly introduced query-expression ordering feature in either the model's Meta.ordering or in its ModelAdmin causes errors. 2 2 3 3 Steps to reproduce: