mirror of
https://github.com/django/django.git
synced 2025-10-30 00:56:09 +00:00
Fixed spelling of compatibility.
This commit is contained in:
@@ -6,7 +6,7 @@ from importlib import import_module
|
||||
from inspect import getargspec, getcallargs
|
||||
|
||||
from django.conf import settings
|
||||
from django.template.context import (BaseContext, Context, RequestContext, # NOQA: imported for backwards compatability
|
||||
from django.template.context import (BaseContext, Context, RequestContext, # NOQA: imported for backwards compatibility
|
||||
ContextPopException)
|
||||
from django.utils.itercompat import is_iterable
|
||||
from django.utils.text import (smart_split, unescape_string_literal,
|
||||
|
||||
Reference in New Issue
Block a user