Meged changes

Updated readme
Proper version bump to 2.1.15
This commit is contained in:
Brandon Taylor
2019-06-03 14:29:17 -04:00
7 changed files with 12 additions and 770 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION = (2, 1, 14)
VERSION = (2, 1, 15)
DEV_N = None
+2 -2
View File
@@ -11,8 +11,8 @@ from django.contrib.contenttypes.admin import (GenericStackedInline,
GenericTabularInline)
from django.contrib.contenttypes.models import ContentType
from django.core.exceptions import PermissionDenied
from django.http import HttpResponse, Http404
from django.shortcuts import render, get_object_or_404
from django.http import HttpResponse
from django.shortcuts import render
from django.template.defaultfilters import capfirst
from django.utils.decorators import method_decorator
from django.views.decorators.http import require_POST