Skip to content

Releases: theatlantic/django-nested-admin

v4.0.0

14 Oct 20:01
f2ddece
Compare
Choose a tag to compare
  • Officially support Django 4.1
  • Remove python 2.x compatibility, drop support for EOL Django versions (all versions before 3.2)
  • Fixed: Django 4.1 autocomplete on newly added nested inlines by dispatching native javascript CustomEvent events for formset:added and formset:removed. Fixes #229
  • Fixed: prepopulated fields in django-grappelli 2.15+

v3.4.0

21 Dec 21:47
2554f51
Compare
Choose a tag to compare

Support Django 3.2 and 4.0. Fixes #195, #200, #207

3.2.3

28 Apr 21:47
7378fbf
Compare
Choose a tag to compare

3.2.2

09 Apr 20:05
fd3d930
Compare
Choose a tag to compare
  • Fixed: Django 2.x autocomplete_fields support (#118)
  • Fixed: (grappelli) proper initialization of admin widgets in deeply nested inlines (#122)
  • Fixed: (grappelli) generic related_lookup and autocomplete_lookup_fields (#114)
  • Fixed: (grappelli) Collapsible tabular inlines with NestedTabularInline.classes now work. (#90)
  • Fixed: Suppress validation errors of inlines nested beneath deleted inlines (#101)

3.2.0

03 Apr 19:40
2024233
Compare
Choose a tag to compare
  • 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)