mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Refs #24022 -- Removed the ssi tag per deprecation timeline.
This commit is contained in:
parent
3af9b70028
commit
04ee4059d7
21 changed files with 28 additions and 332 deletions
|
|
@ -55,7 +55,6 @@ def setup(templates, *args, **kwargs):
|
|||
libraries = getattr(self, 'libraries', {})
|
||||
|
||||
self.engine = Engine(
|
||||
allowed_include_roots=[ROOT],
|
||||
libraries=libraries,
|
||||
loaders=loaders,
|
||||
)
|
||||
|
|
@ -65,7 +64,6 @@ def setup(templates, *args, **kwargs):
|
|||
func(self)
|
||||
|
||||
self.engine = Engine(
|
||||
allowed_include_roots=[ROOT],
|
||||
libraries=libraries,
|
||||
loaders=loaders,
|
||||
string_if_invalid='INVALID',
|
||||
|
|
@ -74,7 +72,6 @@ def setup(templates, *args, **kwargs):
|
|||
func(self)
|
||||
|
||||
self.engine = Engine(
|
||||
allowed_include_roots=[ROOT],
|
||||
debug=True,
|
||||
libraries=libraries,
|
||||
loaders=loaders,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue