File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 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
77This project makes it easy to add drag-and-drop ordering to any model in
88Django 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
497497django-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
503503Thanks to [ @vstoykov ] ( https://github.com/vstoykov ) for both contributions.
504504
Original file line number Diff line number Diff 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
88This project makes it easy to add drag-and-drop ordering to any model in
99Django admin. Inlines for a sortable model may also be made sortable,
@@ -611,11 +611,12 @@ Status
611611
612612django-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
620621Thanks to [@vstoykov](https://github.com/vstoykov) for both
621622contributions.
Original file line number Diff line number Diff line change 1- VERSION = (2 , 0 , 16 )
1+ VERSION = (2 , 0 , 17 )
22DEV_N = None
33
44
You can’t perform that action at this time.
0 commit comments