Skip to content

v0.30.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 09:10

0.30.0 (2024-11-07)

Features

  • generic: add a repr dunder method to the GenericModel (e0b44aa)
  • relations: implement duplicate and merge signal receivers (77b9f10), closes #1251
  • relations: new template to list relations (a6d7030), closes #489
  • relations: put relations in a block (65225d0)
  • relations: run autocomplete results through js method (947fbf4)
  • relations: use content type specific autocomplete in relation form (da939b8)
  • sample_project: automaticall add admin (32c8f4e), closes #1292
  • sample_project: tabbed relations for person (ff675bd)

Bug Fixes

  • core: don't underline hovered footer icon links (20ec314)
  • documentation: force read lazy objects as str (a0f52bf), closes #1319