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 ce8f99d commit b8c206aCopy full SHA for b8c206a
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Release history of [django-admin-sortable2](https://github.com/jrief/django-admin-sortable2/)
4
5
+### 2.0.3
6
+- Fix [\#304](https://github.com/jrief/django-admin-sortable2/issues/304):
7
+ ModelAdmin not inheriting from SortableAdminMixin prevented sortable Stacked-/TabluraInlineAdmin be sortable.
8
+
9
10
### 2.0.2
11
- Fix [\#303](https://github.com/jrief/django-admin-sortable2/issues/303):
12
Use CSRF-Token from input field rather than from Cookie.
adminsortable2/__init__.py
@@ -1 +1 @@
1
-__version__ = '2.0.2'
+__version__ = '2.0.3'
0 commit comments