Version bump to 1.7.9.

Updated README.
master
Brandon Taylor 2014-12-22 10:37:44 -05:00
parent 34e5d62245
commit 740d3fff15
2 changed files with 4 additions and 5 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.7.8 Current version: 1.7.9
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,9 +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.7.8? ### What's new in 1.7.9?
- Limited support for self-referential SortableForeignKeys - Improved support for Django 1.5.x
- Improved support for sortable models that have a foreign key to a non-sortable parent
### Deprecation warnings ### Deprecation warnings

View File

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