From cbd612d1285eec6453b58d02522f41cc51296d2e Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Sat, 17 Sep 2011 17:47:06 -0500 Subject: [PATCH] Updated version to 1.0.8 Updated README and COPYRIGHT --- COPYRIGHT | 2 +- README | 1 + adminsortable/__init__.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 2a46f58..4d5512d 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -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. diff --git a/README b/README index 1d55202..b881d71 100644 --- a/README +++ b/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 ------ diff --git a/adminsortable/__init__.py b/adminsortable/__init__.py index 2761778..4d77c25 100644 --- a/adminsortable/__init__.py +++ b/adminsortable/__init__.py @@ -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