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 7ae01ca commit 0d050d9Copy full SHA for 0d050d9
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.2
6
+- Fix [\#303](https://github.com/jrief/django-admin-sortable2/issues/303):
7
+ Use CSRF-Token from input field rather than from Cookie.
8
+
9
10
### 2.0.1
11
- Fix [\#302](https://github.com/jrief/django-admin-sortable2/issues/302):
12
Django's ManifestStaticFilesStorage references missing file `adminsortable2.js.map`.
adminsortable2/__init__.py
@@ -1 +1 @@
1
-__version__ = '2.0.1'
+__version__ = '2.0.2'
0 commit comments