Skip to content

5.3

Compare
Choose a tag to compare
@gasman gasman released this 10 Mar 13:49
  • Avoid accessing live queryset on unsaved instances, for preliminary Django 4.1 compatibility (Matt Westcott)
  • Support traversing one-to-one and many-to-one relations in filter / order_by lookups (Andy Babic)
  • Implement values() method on FakeQuerySet (Andy Babic)
  • Allow values() and values_list() to be chained with other queryset modifiers (Andy Babic)
  • Fix: Fix HTML escaping behaviour on ClusterForm.as_p() (Matt Westcott)
  • Fix: Match standard behaviour queryset of returning foreign keys as IDs in values_list (Andy Babic)