Version bump to 1.8.1.

Updated readme.
master
Brandon Taylor 2015-03-24 09:19:58 -04:00
parent ca6d4ee8ed
commit 4f16fd266c
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/iambrandontaylor/django-admin-sortable.svg?branch=master)](https://travis-ci.org/iambrandontaylor/django-admin-sortable) [![Build Status](https://travis-ci.org/iambrandontaylor/django-admin-sortable.svg?branch=master)](https://travis-ci.org/iambrandontaylor/django-admin-sortable)
Current version: 1.8.0 Current version: 1.8.1
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,
@ -409,8 +409,8 @@ ordering on top of that just seemed a little much in my opinion.
django-admin-sortable is currently used in production. django-admin-sortable is currently used in production.
### What's new in 1.8.0? ### What's new in 1.8.1?
- Fixed an edge case for object assignment with self-referential models. Thanks [@tomd-aptivate](https://github.com/tomd-aptivate) - Fixed an issue where the sortable JavaScript function might not be found when including an additional jQuery in admin. Thanks [@flyingeek](ttps://github.com/flyingeek)
### Deprecation warnings ### Deprecation warnings

View File

@ -1,4 +1,4 @@
VERSION = (1, 8, 0) # following PEP 386 VERSION = (1, 8, 1) # following PEP 386
DEV_N = None DEV_N = None