Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Apr 3, 2019
1 parent da0b800 commit 2024233
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
@@ -1,7 +1,7 @@
Changelog
=========

**master (unreleased)**
**3.2.0 (Apr 3, 2019)**

* Feature: Added beta support for django-polymorphic admin (`#86`_)
* Feature: Made compatible with Django 2.2 and 3.0. Django 3.0 is still
Expand All @@ -11,7 +11,7 @@ Changelog
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 works in Django 2.1 (thanks
* 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`_)
Expand Down Expand Up @@ -144,4 +144,4 @@ Changelog

.. _#22: https://github.com/theatlantic/django-nested-admin/issues/22
.. _#30: https://github.com/theatlantic/django-nested-admin/issues/30
.. _#43: https://github.com/theatlantic/django-nested-admin/issues/43
.. _#43: https://github.com/theatlantic/django-nested-admin/issues/43
9 changes: 8 additions & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-nested-admin',
version="3.1.3",
version="3.2.0",
install_requires=[
'python-monkey-business>=1.0.0',
'six',
Expand All @@ -33,7 +33,14 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Framework :: Django',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 2024233

Please sign in to comment.