mirror of
https://github.com/Hopiu/django.git
synced 2026-04-17 21:41:10 +00:00
Refs #24235 -- Removed unused is_usable attribute from base template Loader.
This commit is contained in:
parent
fe58d96e50
commit
5528e7da1a
1 changed files with 0 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue