Skip to content

Commit b8c206a

Browse files
committed
Bump to version 2.0.3
1 parent ce8f99d commit b8c206a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Release history of [django-admin-sortable2](https://github.com/jrief/django-admin-sortable2/)
44

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+
510
### 2.0.2
611
- Fix [\#303](https://github.com/jrief/django-admin-sortable2/issues/303):
712
Use CSRF-Token from input field rather than from Cookie.

adminsortable2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.2'
1+
__version__ = '2.0.3'

0 commit comments

Comments
 (0)