Version 2.0.16 Changes
Updated readme. Version bump to 2.0.16
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://travis-ci.org/iambrandontaylor/django-admin-sortable)
|
||||
|
||||
Current version: 2.0.15
|
||||
Current version: 2.0.16
|
||||
|
||||
This project makes it easy to add drag-and-drop ordering to any model in
|
||||
Django admin. Inlines for a sortable model may also be made sortable,
|
||||
@@ -496,8 +496,11 @@ ordering on top of that just seemed a little much in my opinion.
|
||||
### Status
|
||||
django-admin-sortable is currently used in production.
|
||||
|
||||
### What's new in 2.0.15?
|
||||
- Refactored exception handling when determining `order_field_name`
|
||||
### What's new in 2.0.16?
|
||||
- Simplification of admin url patterns
|
||||
- Fixes for sortable lists when using Django CMS
|
||||
|
||||
Thanks to [@vstoykov](https://github.com/vstoykov) for both contributions.
|
||||
|
||||
### Future
|
||||
- Better template support for foreign keys that are self referential. If someone would like to take on rendering recursive sortables, that would be super.
|
||||
|
||||
+7
-4
@@ -3,7 +3,7 @@ Django Admin Sortable
|
||||
|
||||
|Build Status|
|
||||
|
||||
Current version: 2.0.15
|
||||
Current version: 2.0.16
|
||||
|
||||
This project makes it easy to add drag-and-drop ordering to any model in
|
||||
Django admin. Inlines for a sortable model may also be made sortable,
|
||||
@@ -611,11 +611,14 @@ Status
|
||||
|
||||
django-admin-sortable is currently used in production.
|
||||
|
||||
|
||||
What's new in 2.0.15?
|
||||
What's new in 2.0.16?
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Refactored exception handling when determining ``order_field_name``
|
||||
- Simplification of admin url patterns
|
||||
- Fixes for sortable lists when using Django CMS
|
||||
|
||||
Thanks to [@vstoykov](https://github.com/vstoykov) for both
|
||||
contributions.
|
||||
|
||||
Future
|
||||
~~~~~~
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
VERSION = (2, 0, 15)
|
||||
VERSION = (2, 0, 16)
|
||||
DEV_N = None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user