Minor PEP8 improvements.

Updated version to 1.4.1.
Updated README.
This commit is contained in:
Brandon Taylor
2013-03-15 07:31:14 -04:00
parent 893759f7d0
commit ece9876a47
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION = (1, 4, 0) # following PEP 386
VERSION = (1, 4, 1) # following PEP 386
DEV_N = None
+2 -1
View File
@@ -1,7 +1,8 @@
import json
from django import VERSION as DJANGO_VERSION
from django.contrib.contenttypes.generic import GenericStackedInline, GenericTabularInline
from django.contrib.contenttypes.generic import (GenericStackedInline,
GenericTabularInline)
DJANGO_MINOR_VERSION = DJANGO_VERSION[1]