Bumping version due to PyPi error during upload.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[](https://travis-ci.org/iambrandontaylor/django-admin-sortable)
|
[](https://travis-ci.org/iambrandontaylor/django-admin-sortable)
|
||||||
|
|
||||||
Current version: 2.0.14
|
Current version: 2.0.15
|
||||||
|
|
||||||
This project makes it easy to add drag-and-drop ordering to any model in
|
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,
|
Django admin. Inlines for a sortable model may also be made sortable,
|
||||||
@@ -496,7 +496,7 @@ ordering on top of that just seemed a little much in my opinion.
|
|||||||
### Status
|
### Status
|
||||||
django-admin-sortable is currently used in production.
|
django-admin-sortable is currently used in production.
|
||||||
|
|
||||||
### What's new in 2.0.14?
|
### What's new in 2.0.15?
|
||||||
- Refactored exception handling when determining `order_field_name`
|
- Refactored exception handling when determining `order_field_name`
|
||||||
|
|
||||||
### Future
|
### Future
|
||||||
|
|||||||
+2
-2
@@ -3,7 +3,7 @@ Django Admin Sortable
|
|||||||
|
|
||||||
|Build Status|
|
|Build Status|
|
||||||
|
|
||||||
Current version: 2.0.14
|
Current version: 2.0.15
|
||||||
|
|
||||||
This project makes it easy to add drag-and-drop ordering to any model in
|
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,
|
Django admin. Inlines for a sortable model may also be made sortable,
|
||||||
@@ -612,7 +612,7 @@ Status
|
|||||||
django-admin-sortable is currently used in production.
|
django-admin-sortable is currently used in production.
|
||||||
|
|
||||||
|
|
||||||
What's new in 2.0.14?
|
What's new in 2.0.15?
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
- Refactored exception handling when determining ``order_field_name``
|
- Refactored exception handling when determining ``order_field_name``
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
VERSION = (2, 0, 14)
|
VERSION = (2, 0, 15)
|
||||||
DEV_N = None
|
DEV_N = None
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user