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 e7edd1f commit 70f1135Copy full SHA for 70f1135
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## Release history of [django-admin-sortable2](https://github.com/jrief/django-admin-sortable2/)
4
5
+### 2.2.6
6
+- Fix adding new models with inlines: automatically set order of new entries.
7
+
8
### 2.2.5
9
- Fix sorting in parallel requests.
10
- Add support for Python 3.13.
adminsortable2/__init__.py
@@ -1 +1 @@
1
-__version__ = '2.2.5'
+__version__ = '2.2.6'
0 commit comments