We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1aacd1 commit a08dec4Copy full SHA for a08dec4
adminsortable2/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.6.17'
+__version__ = '0.6.18'
docs/source/changelog.rst
@@ -4,6 +4,11 @@
4
Release history
5
===============
6
7
+0.6.18
8
+------
9
+* Fixes meth:`adminsortable2.admin.SortableInlineAdminMixin.get_fields`: Always return
10
+ a list instead of sometimes a tuple.
11
+
12
0.6.17
13
------
14
* Fixes #171: Adhere to Content Security Policy best practices by removing inline scripts.
docs/source/index.rst
@@ -64,7 +64,7 @@ Indices and tables
64
65
License
66
=======
67
-Copyright © 2014 Jacob Rief.
+Copyright © 2017 Jacob Rief.
68
Licensed under the MIT license.
69
70
Some Related projects
0 commit comments