Skip to content

3.2.0

Compare
Choose a tag to compare
@fdintino fdintino released this 03 Apr 19:40
· 91 commits to master since this release
2024233
  • Feature: Added beta support for django-polymorphic admin (#86)
  • Feature: Made compatible with Django 2.2 and 3.0. Django 3.0 is still in alpha, so the django-nested-admin compatibility is likewise not yet stable
  • Fixed: django-nested-admin now respects permissions for inline model admins in Django 2.1+, including the new 'view' permission.
  • Fixed: (grappelli) Collapsing inline groups now works for stacked inlines (thanks @maldn) (#121)
  • Fixed: FileFields in deeply nested inlines now work in Django 2.1+ (thanks @btknu) (#111, #127)
  • Fixed: Use correct translation for 'Delete?' text in templates (thanks @kigawas) (#116)