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 5ebfee2 commit 6dba2c7Copy full SHA for 6dba2c7
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Release history of [django-admin-sortable2](https://github.com/jrief/django-admin-sortable2/)
4
5
+### 2.0.5
6
+- Fix: When using an `InlineAdmin` with a self defined form, the default ordering
7
+ has been ignored.
8
+- Fix: Skip instance check, if model used in an `InlineAdmin` is a proxy model.
9
+
10
11
### 2.0.4
12
- Fix [\#309](https://github.com/jrief/django-admin-sortable2/issues/309):
13
Prevent JavaScrip error when using *InlineAdmin without sortable list view.
0 commit comments