Changes between Initial Version and Version 1 of Ticket #28168


Ignore:
Timestamp:
May 18, 2017, 10:13:27 AM (7 years ago)
Author:
Tim Graham
Comment:

Marc, do you have any thoughts?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28168

    • Property Cc Marc Tamlyn added
  • Ticket #28168 – Description

    initial v1  
    11When using JSONFields, I expected to be able to construct a queryset like:
    22
    3 MyModel.objects.all().order_by("metadata__some__field")
     3`MyModel.objects.all().order_by("metadata__some__field")`
    44
    55where "metadata" is a JSONField, "some" is a key in that JSONField, and "field" is a key within the "some" dictionary.
Back to Top