parent
e214dcd067
commit
cbd612d128
|
|
@ -1,6 +1,6 @@
|
|||
(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
|
||||
the terms of the Apache Public License v2.
|
||||
|
||||
|
|
|
|||
1
README
1
README
|
|
@ -143,6 +143,7 @@ that allows you to drag and drop objects into any order via jQueryUI.
|
|||
SortableTabularInline and SortableStackedInline
|
||||
- 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.
|
||||
- Supports non-integer primary keys.
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue