Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 23:16
· 4 commits to stable since this release

1.0.0 (2021-11-19)

Bug Fixes

  • fix arrow position on filter_horizontal widget (b754a98)
  • fix styles of number and url fields (9e404d5)
  • hide deletelink in Django 3.1+ inlines (288fc6c)

Features

BREAKING CHANGES

  • dropped support for Python 2 and Django < 2.2

  • Remove unneeded import

  • Fix url

  • Move jQuery UI out to base admin template (fixes broken inlines)

  • Pass correct args to inlines

  • Style fix for M2M widget

  • Rename admin CSS class "field-box" to "fieldBox".

(This addresses a change made in Django 2.1 to fix