Skip to content

Commit 6dba2c7

Browse files
committed
Fix: Field for ordering is rendred even for self defined form
1 parent 5ebfee2 commit 6dba2c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

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

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

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+
511
### 2.0.4
612
- Fix [\#309](https://github.com/jrief/django-admin-sortable2/issues/309):
713
Prevent JavaScrip error when using *InlineAdmin without sortable list view.

0 commit comments

Comments
 (0)