Updated Readme.

Version bump to 1.7.2.
Merged pull request for commit 4e38d91.
Removed version specifications from requirements.txt in sample project.
master
Brandon Taylor 2014-09-05 16:37:45 -04:00
parent 4e38d91138
commit 361305d6a5
3 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Django Admin Sortable # Django Admin Sortable
Current version: 1.7.1 Current version: 1.7.2
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,
@ -316,9 +316,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.1? ### What's new in 1.7.2?
- Fixed a CSS scoping issue that was causing stacked sortable items to not display the "move" cursor. - Added form_url to change_view kwargs to allow overriding of change_view vis super(). Thanks [@clarkbarz](https://github.com/clarkbarz)
- Added Brazilian Portugese locale
### Future ### Future

View File

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

View File

@ -1,2 +1,2 @@
django==1.6.1 django
south==0.8.1 south