Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Aug 11, 2019
1 parent 5482aed commit bcb0d4f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Changelog

* 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 (Apr 28, 2019)**

Expand Down

0 comments on commit bcb0d4f

Please sign in to comment.