Skip to content

0.25.1

Latest

Choose a tag to compare

@henadzit henadzit released this 05 Jun 10:42
· 9 commits to develop since this release
cb72b8a

Changed

  • Force async task switch every 2000 rows when converting db objects to python objects to avoid blocking the event loop (#1939)

Added

  • Add no_key parameter to queryset.select_for_update.
  • F() supports referencing JSONField attributes, e.g. F("json_field__custom_field__nested_id") (#1960)