Changes between Initial Version and Version 1 of Ticket #24814
- Timestamp:
- May 18, 2015, 7:40:10 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24814 – Description
initial v1 1 1 It seems logical that, given a model Foo, with ArrayField bar, we should be able to (using the same rules for querying), perform: 2 2 3 {{{ 3 4 Foo.objects.order_by('bar__0') 5 }}} 4 6 5 7 However, this does not work. Is this something that _should_ be made to work?