Django-nested-admin

Latest version: v4.0.2

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

Scan your dependencies

Page 1 of 5

4.0.2

* Fixed: ``max_num`` now works as expected on models with self-nested models.
Fixes `230`_.

.. _230: https://github.com/theatlantic/django-nested-admin/issues/230

4.0.0

* Officially support Django 4.1
* 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+
* Remove python 2.x compatibility, drop support for EOL Django versions
(all versions before 3.2)

.. _229: https://github.com/theatlantic/django-nested-admin/issues/229

3.4.0

* Added support for Django 3.2 and 4.0
* Dropped official support for Python 2.7 and Django 1.11. The 3.4.0 release
will still work with python 2.7 and Django 1.11, but it will be the last
release that does so.

3.3.3

* Fixed: polymorphic inlines don't work if nested inside non-polymorphic
inlines. Fixes `183`_.
* Officially support Django 3.1
* Fixed: No longer has a ``collections.abc`` DeprecationWarning in python 3.8
* Fixed: ManagementForm validation error bug when parent inlines have a
``min_num`` defined and the user does not have add permissions on that
model.

.. _183: https://github.com/theatlantic/django-nested-admin/issues/183

3.3.2

* Fixed: Resolved sporadic MediaOrderConflictWarning issues on Django 2.2
Fixes `141`_.
* Fixed: Improved media dependency ordering of widgets and nested_admin.js
* Fixed: Provisional support for Django 3.1 alpha
* Dropped support for Django 2.1 (official EOL December 2019)

.. _141: https://github.com/theatlantic/django-nested-admin/issues/141

3.3.1

* Fixed: ``show_change_link`` support in django-grappelli. Fixes `173`_,
merge of `174`_. Thanks `Safrone`_!
* Fixed: support for Grappelli with Django 3.0 (django-grappelli 2.14). Fixes
`178`_.
* Fixed: issue with ``field-box`` class name rename to ``fieldBox`` in
Django 2.1+. Closes `157`_.

.. _173: https://github.com/theatlantic/django-nested-admin/issues/173
.. _174: https://github.com/theatlantic/django-nested-admin/pull/174
.. _Safrone: https://github.com/Safrone
.. _178: https://github.com/theatlantic/django-nested-admin/issues/178
.. _157: https://github.com/theatlantic/django-nested-admin/pull/157

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.