mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-22 00:40:29 +00:00
Updated version to 1.0.8
Updated README and COPYRIGHT
This commit is contained in:
parent
e214dcd067
commit
cbd612d128
3 changed files with 3 additions and 2 deletions
|
|
@ -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 a new issue