mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #24235 -- Removed unused is_usable attribute from base template Loader.
This commit is contained in:
@@ -7,7 +7,6 @@ from django.utils.inspect import func_supports_parameter
|
||||
|
||||
class Loader(object):
|
||||
# Only used to raise a deprecation warning. Remove in Django 1.10.
|
||||
is_usable = False
|
||||
_accepts_engine_in_init = True
|
||||
|
||||
def __init__(self, engine):
|
||||
|
||||
Reference in New Issue
Block a user