Releases: theatlantic/django-nested-admin
Releases · theatlantic/django-nested-admin
v4.1.0
What's Changed
- fix: Declare pytest selenium marker by @adamchainz in #242
- fix: Remove use of deprecated filter by @riconnon in #238
- fix: Update formfield_for_dbfield signature by @frnhr in #248
- chore: CI updates, fix deprecation issues by @fdintino in #252
- fix: autocomplete in django 5.0 by @fdintino in #253
- fix: django 5.1 collapsible inlines by @fdintino in #254
- fix: stacked inline label and field alignment in django 4.2+ by @fdintino in #255
New Contributors
Full Changelog: v4.0.2...v4.1.0
v4.0.0
- 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
3.2.3
- Fixed: visual inconsistencies in grappelli tabular inline styles (#136)
- Fixed: numerous issues with django-polymorphic integration (#138)
- Feature: Added
SortableHiddenMixin
akin to grappelli's GrappelliSortableHiddenMixin (#123). Thanks @brandenhall!
3.2.2
- 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
andautocomplete_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
- 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)