Give the 4xx error handler views the correct positional arguments

This commit is contained in:
Jeff Bradberry
2019-07-09 13:44:55 -04:00
parent 6737bd4c19
commit 2ffe3d9a85
2 changed files with 3 additions and 4 deletions

View File

@@ -11,7 +11,6 @@ from jinja2 import Environment, StrictUndefined
from jinja2.exceptions import UndefinedError, TemplateSyntaxError
# Django
import django
from django.contrib.postgres.fields import JSONField as upstream_JSONBField
from django.core import exceptions as django_exceptions
from django.core.serializers.json import DjangoJSONEncoder