File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1- __version__ = '2.3'
1+ __version__ = '2.3.1 '
Original file line number Diff line number Diff line change 1- {% extends base_change_list_template %}
1+ {% extends base_change_list_template|default:'admin/change_list.html' %}
22
33{% block extrahead %}
44 {{ block.super }}
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ requests==2.32.4
2222sqlparse == 0.5.3
2323text-unidecode == 1.3
2424tomli == 2.2.1
25- urllib3 == 2.3.0
25+ urllib3 == 2.6.3
2626websockets == 10.4
You can’t perform that action at this time.
0 commit comments