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 5ea4352 commit 2f8a649Copy full SHA for 2f8a649
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Release history of [django-admin-sortable2](https://github.com/jrief/django-admin-sortable2/)
4
5
+### 2.2.1
6
+- Fix: With setting `DEBUG = True`, loading the unminimized JavaScript files failed. They now are added during build
7
+ time.
8
+
9
### 2.2
10
- Add support for Django-5.0
11
- Drop support for Python-3.12
adminsortable2/__init__.py
@@ -1 +1 @@
1
-__version__ = '2.2'
+__version__ = '2.2.1'
0 commit comments