Skip to content

Commit 75af970

Browse files
committed
attempt with updated 3rd party Python libraries
1 parent fced017 commit 75af970

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

CHANGELOG.md

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

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

5+
### 2.1.5
6+
- Fix: In `SortableInlineAdminMixin.get_fields()`, convert potential tuple to list in order to append extra elements.
7+
58
### 2.1.4
69
- Fix: It not is not possible anymore, to move items beyond the last item, i.e. after an empty extra rows for new items
710
or even after the row with the "Add another chapter" link.

adminsortable2/__init__.py

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

testapp/requirements.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
asgiref==3.5.0
22
attrs==21.4.0
3-
certifi==2021.10.8
3+
certifi==2022.12.7
44
charset-normalizer==2.0.12
55
jinja2
6-
greenlet==1.1.2
76
idna==3.3
8-
iniconfig==1.1.1
7+
iniconfig==2.0.0
8+
greenlet==2.0.2
99
packaging==21.3
10-
Pillow==9.1.1
11-
playwright==1.22.0
10+
playwright==1.31.1
1211
pluggy==1.0.0
1312
py==1.11.0
1413
pyee==8.1.0
15-
pyparsing==3.0.7
16-
pytest==7.1.1
14+
pyparsing==3.0.9
15+
pytest==7.2.2
1716
pytest-base-url==2.0.0
1817
pytest-django==4.5.2
1918
pytest-mock==3.7.0
20-
pytest-playwright==0.3.0
19+
pytest-playwright==0.3.2
2120
python-slugify==6.1.2
2221
requests==2.27.1
2322
sqlparse==0.4.2
2423
text-unidecode==1.3
2524
tomli==2.0.1
26-
urllib3==1.26.9
25+
urllib3==1.26.15
2726
websockets==10.1

0 commit comments

Comments
 (0)