Skip to content

Commit 0065e47

Browse files
committed
Merged develop into master
2 parents 7788b8e + ee857c7 commit 0065e47

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/iambrandontaylor/django-admin-sortable.svg?branch=master)](https://travis-ci.org/iambrandontaylor/django-admin-sortable)
44

5-
Current version: 2.0.16
5+
Current version: 2.0.17
66

77
This project makes it easy to add drag-and-drop ordering to any model in
88
Django admin. Inlines for a sortable model may also be made sortable,
@@ -496,9 +496,9 @@ ordering on top of that just seemed a little much in my opinion.
496496
### Status
497497
django-admin-sortable is currently used in production.
498498

499-
### What's new in 2.0.16?
500-
- Simplification of admin url patterns
501-
- Fixes for sortable lists when using Django CMS
499+
### What's new in 2.0.17?
500+
- Fixed placement of icons for inline sortables
501+
- Update to allow django-admin-sortable to play nice with other apps that define `change_form_template` value as a `@property`
502502

503503
Thanks to [@vstoykov](https://github.com/vstoykov) for both contributions.
504504

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Django Admin Sortable
33

44
|Build Status|
55

6-
Current version: 2.0.16
6+
Current version: 2.0.17
77

88
This project makes it easy to add drag-and-drop ordering to any model in
99
Django admin. Inlines for a sortable model may also be made sortable,
@@ -611,11 +611,12 @@ Status
611611

612612
django-admin-sortable is currently used in production.
613613

614-
What's new in 2.0.16?
614+
What's new in 2.0.17?
615615
~~~~~~~~~~~~~~~~~~~~~
616616

617-
- Simplification of admin url patterns
618-
- Fixes for sortable lists when using Django CMS
617+
- Fixed placement of icons for inline sortables
618+
- Update to allow django-admin-sortable to play nice with other apps
619+
that define ``change_form_template`` value as a ``@property``
619620

620621
Thanks to [@vstoykov](https://github.com/vstoykov) for both
621622
contributions.

adminsortable/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (2, 0, 16)
1+
VERSION = (2, 0, 17)
22
DEV_N = None
33

44

adminsortable/admin.py

100755100644
File mode changed.

0 commit comments

Comments
 (0)