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 65a67b7 commit 8acc916Copy full SHA for 8acc916
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## Release history of [django-admin-sortable2](https://github.com/jrief/django-admin-sortable2/)
4
5
+### 2.0.4
6
+- Fix [\#309](https://github.com/jrief/django-admin-sortable2/issues/309):
7
+ Prevent JavaScrip error when using *InlineAdmin without sortable list view.
8
+- Internally use Python's `pathlib` instead of `os.path`.
9
+- In DEBUG mode, load unminimized JavaScript.
10
+
11
12
### 2.0.3
13
- Fix [\#304](https://github.com/jrief/django-admin-sortable2/issues/304):
14
ModelAdmin not inheriting from SortableAdminMixin prevented sortable Stacked-/TabluraInlineAdmin be sortable.
adminsortable2/__init__.py
@@ -1 +1 @@
1
-__version__ = '2.0.3'
+__version__ = '2.0.4'
0 commit comments