Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 12:13

0.16.0 (2024-03-27)

⚠ BREAKING CHANGES

  • apis_metainfo: drop RootObject.deprecated_name

Features

  • apis_entities: surround navigation elements with block (6b2fb49)
  • apis_relations: add and use PropertySubjObjFilter (246b7f3)
  • generic: add ContentTypeInstanceSerializer (3307074)
  • generic: implement custom schema generator (09a1d6d)
  • generic: introduce GenericFilterBackend and use it (dac1f6d)
  • generic: ship a JSON based and a newline based list widget (8704d21), closes #733

Bug Fixes

  • apis_metainfo: drop RootObject.deprecated_name (5fc11d7)
  • apis_relations: reuse GenericTable.Meta.sequence for tables (b15e587), closes #716
  • generic: fix typo in Import View (b28de6e)
  • generic: use fallback if ModelViewSet attributes don't exist (11e097d)