Updated version to 1.0.8
Updated README and COPYRIGHT
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
------
|
------
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user