Django-nested-admin

Latest version: v4.0.2

Safety actively analyzes 629532 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

3.3.0

* Fixed: Possible ``ManagementFormError`` when adding inlines to a formset
that had a ``ValidationError`` on a prior save. (`164`_)
* Fixed: ``nested_admin.SortableHiddenMixin`` convenience import. (`165`_)
* Official support for Django 3.0
* Removed requirement to include urlpatterns for non-grappelli installs
* Dropped support for Django versions prior to 1.11
* Dropped support for django-suit
* Switch test runner to pytest

.. _164: https://github.com/theatlantic/django-nested-admin/issues/164
.. _165: https://github.com/theatlantic/django-nested-admin/issues/165

3.2.4

* Fixed: Django 2.x ``autocomplete_fields`` deeply-nested initialization
(`151`_)
* Fixed: Bug that prevented a user from saving edits to nested inlines if
they did not have add permissions to parent inlines. (`144`_)
* Fixed: Removed runtime dependency on setuptools (`150`_).
Thanks `tari`_!

.. _144: https://github.com/theatlantic/django-nested-admin/issues/144
.. _151: https://github.com/theatlantic/django-nested-admin/issues/151
.. _150: https://github.com/theatlantic/django-nested-admin/pull/150
.. _tari: https://github.com/tari

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`_!

.. _136: https://github.com/theatlantic/django-nested-admin/issues/136
.. _138: https://github.com/theatlantic/django-nested-admin/issues/138
.. _GrappelliSortableHiddenMixin: https://django-grappelli.readthedocs.io/en/2.12.2/customization.html#grappellisortablehiddenmixin
.. _123: https://github.com/theatlantic/django-nested-admin/pull/123
.. _brandenhall: https://github.com/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`` 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`_)

.. _90: https://github.com/theatlantic/django-nested-admin/issues/90
.. _101: https://github.com/theatlantic/django-nested-admin/issues/101
.. _114: https://github.com/theatlantic/django-nested-admin/issues/114
.. _118: https://github.com/theatlantic/django-nested-admin/issues/118
.. _122: https://github.com/theatlantic/django-nested-admin/issues/122

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`_)

.. _86: https://github.com/theatlantic/django-nested-admin/issues/86
.. _maldn: https://github.com/maldn
.. _121: https://github.com/theatlantic/django-nested-admin/pull/121
.. _btknu: https://github.com/btknu
.. _111: https://github.com/theatlantic/django-nested-admin/issues/111
.. _127: https://github.com/theatlantic/django-nested-admin/pull/127
.. _kigawas: https://github.com/kigawas
.. _116: https://github.com/theatlantic/django-nested-admin/pull/116

3.1.3

* Fixed: Use ``jQuery.fn.length``, not ``.size``, for compatibility with
jQuery 3, the version bundled with Django 2.1+ (`109`_)

.. _109: https://github.com/theatlantic/django-nested-admin/issues/109

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.