Updated version to 1.0.8

Updated README and COPYRIGHT
master
Brandon Taylor 2011-09-17 17:47:06 -05:00
parent e214dcd067
commit cbd612d128
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
(c) Copyright 2011 Brandon Taylor - bTaylorWeb (c) Copyright 2011 Brandon Taylor - bTaylorWeb
django-dmin-sortable is free software: you can django-admin-sortable is free software: you can
redistribute it and/or modify it under redistribute it and/or modify it under
the terms of the Apache Public License v2. the terms of the Apache Public License v2.

1
README
View File

@ -143,6 +143,7 @@ that allows you to drag and drop objects into any order via jQueryUI.
SortableTabularInline and SortableStackedInline SortableTabularInline and SortableStackedInline
- Allows ordering of objects that are sorted on a Foreign Key, and adds ordering - Allows ordering of objects that are sorted on a Foreign Key, and adds ordering
to the foreign key object if it also inherits from Sortable. to the foreign key object if it also inherits from Sortable.
- Supports non-integer primary keys.
Future Future
------ ------

View File

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