File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- **master (unreleased ) **
4
+ **3.2.0 (Apr 3, 2019 ) **
5
5
6
6
* Feature: Added beta support for django-polymorphic admin (`#86 `_)
7
7
* Feature: Made compatible with Django 2.2 and 3.0. Django 3.0 is still
@@ -11,7 +11,7 @@ Changelog
11
11
in Django 2.1+, including the new 'view' permission.
12
12
* Fixed: (grappelli) Collapsing inline groups now works for stacked inlines
13
13
(thanks `@maldn `_) (`#121 `_)
14
- * Fixed: FileFields in deeply nested inlines now works in Django 2.1 (thanks
14
+ * Fixed: FileFields in deeply nested inlines now work in Django 2.1+ (thanks
15
15
`@btknu `_) (`#111 `_, `#127 `_)
16
16
* Fixed: Use correct translation for 'Delete?' text in templates (thanks
17
17
`@kigawas `_) (`#116 `_)
@@ -144,4 +144,4 @@ Changelog
144
144
145
145
.. _#22 : https://github.com/theatlantic/django-nested-admin/issues/22
146
146
.. _#30 : https://github.com/theatlantic/django-nested-admin/issues/30
147
- .. _#43 : https://github.com/theatlantic/django-nested-admin/issues/43
147
+ .. _#43 : https://github.com/theatlantic/django-nested-admin/issues/43
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = 'django-nested-admin' ,
13
- version = "3.1.3 " ,
13
+ version = "3.2.0 " ,
14
14
install_requires = [
15
15
'python-monkey-business>=1.0.0' ,
16
16
'six' ,
33
33
'Programming Language :: Python :: 3' ,
34
34
'Programming Language :: Python :: 3.4' ,
35
35
'Programming Language :: Python :: 3.5' ,
36
+ 'Programming Language :: Python :: 3.6' ,
37
+ 'Programming Language :: Python :: 3.7' ,
36
38
'Framework :: Django' ,
39
+ 'Framework :: Django :: 1.8' ,
40
+ 'Framework :: Django :: 1.11' ,
41
+ 'Framework :: Django :: 2.0' ,
42
+ 'Framework :: Django :: 2.1' ,
43
+ 'Framework :: Django :: 2.2' ,
37
44
],
38
45
include_package_data = True ,
39
46
zip_safe = False ,
You can’t perform that action at this time.
0 commit comments