Merge 0.2.6 Django 2.0 updates

This commit is contained in:
Garret Wassermann
2017-12-28 09:16:01 -05:00
18 changed files with 26 additions and 26 deletions

View File

@ -7,7 +7,7 @@ views/public.py - All public facing views, eg non-staff (no authentication
required) views.
"""
from django.core.exceptions import ObjectDoesNotExist
from django.core.urlresolvers import reverse
from django.urls import reverse
from django.http import HttpResponseRedirect
from django.shortcuts import render
from django.utils.http import urlquote