Changes between Initial Version and Version 1 of Ticket #24814


Ignore:
Timestamp:
May 18, 2015, 7:40:10 AM (9 years ago)
Author:
Matthew Schinckel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24814 – Description

    initial v1  
    11It seems logical that, given a model Foo, with ArrayField bar, we should be able to (using the same rules for querying), perform:
    22
     3{{{
    34    Foo.objects.order_by('bar__0')
     5}}}
    46
    57However, this does not work. Is this something that _should_ be made to work?
Back to Top