Minor PEP8 improvements.
Updated version to 1.4.1. Updated README.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
VERSION = (1, 4, 0) # following PEP 386
|
||||
VERSION = (1, 4, 1) # following PEP 386
|
||||
DEV_N = None
|
||||
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user