Skip to content

Commit 899402a

Browse files
committed
Merge branch 'master' of github.com:jrief/django-admin-sortable2
2 parents 3e44139 + d97e673 commit 899402a

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
### 2.3.1
6+
- fix #370: `django-compress` and `django-sass-processor` raises errors during run of compress or compilescss
7+
management command.
8+
59
### 2.3
610
- Prepare for Django-6.0.
711
- fix #397: Remove Django popup when using list action after dragging items in list view.

adminsortable2/__init__.py

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

adminsortable2/templates/adminsortable2/change_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends base_change_list_template %}
1+
{% extends base_change_list_template|default:'admin/change_list.html' %}
22

33
{% block extrahead %}
44
{{ block.super }}

testapp/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ requests==2.32.4
2222
sqlparse==0.5.3
2323
text-unidecode==1.3
2424
tomli==2.2.1
25-
urllib3==2.3.0
25+
urllib3==2.6.3
2626
websockets==10.4

0 commit comments

Comments
 (0)