Aymeric Augustin
|
3dc01aaaaf
Deprecated ALLOWED_INCLUDE_ROOTS.
|
10 年之前 |
Aymeric Augustin
|
4ea43ac915
Supported multiple template engines in get_template and select_template.
|
10 年之前 |
Aymeric Augustin
|
7eefdbf7ab
Cleaned up the django.template namespace.
|
10 年之前 |
Preston Timmons
|
5c68870169
Fixed #23958 -- Rewrote filter tests as unit tests.
|
10 年之前 |
Ramiro Morales
|
16f26defa7
Converted recently refactored templates tests to SimpleTestCase.
|
10 年之前 |
Berker Peksag
|
560b4207b1
Removed redundant numbered parameters from str.format().
|
10 年之前 |
Preston Timmons
|
b872134bfc
Fixed #23768 -- Rewrote template tests as unit tests.
|
10 年之前 |
Baptiste Mispelon
|
c335c0fee9
Fixed #23914 -- Improved {% now %} to allow storing its result in the context.
|
10 年之前 |
Tim Graham
|
d43dd03ca3
Fixed #23890 -- Silenced numpy DeprecationWarnings in template tests.
|
10 年之前 |
Aymeric Augustin
|
47a131b944
Encapsulated TEMPLATE_STRING_IF_INVALID in Engine.
|
10 年之前 |
Aymeric Augustin
|
29a977ab14
Moved template loaders management in Engine.
|
10 年之前 |
Aymeric Augustin
|
a97e72aaab
Simplified caching of templatetags modules.
|
10 年之前 |
Aymeric Augustin
|
9eeb788cfb
Refactored getting the list of template loaders.
|
10 年之前 |
Aymeric Augustin
|
b503fee7ec
Removed override_template_loaders and override_with_test_loader.
|
10 年之前 |
Aymeric Augustin
|
2577ae6a08
Moved all template loaders under django.template.loaders.
|
10 年之前 |
Berker Peksag
|
f7969b0920
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
10 年之前 |
Tim Graham
|
e122facbd8
Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter.
|
10 年之前 |
Jaap Roes
|
e92b057e06
Fixed #23261 -- Deprecated old style list support for unordered_list filter.
|
10 年之前 |
Anubhav Joshi
|
0dd05c9e66
Fixed #16383 -- Raised the AttributeError raised in property of an object when used in a template.
|
10 年之前 |
qingfeng
|
08451f17d0
Fixed #23060 -- Prevented UnicodeDecodeError in debug templatetag
|
10 年之前 |
Anubhav Joshi
|
b1abfb3c59
Fixed #21707 -- Added helpful error message when using {{ block.super }} in base template.
|
10 年之前 |
Tim Graham
|
38e001ab6c
Fixed #22789 -- Deprecated django.contrib.webdesign.
|
10 年之前 |
Claude Paroz
|
e167e96cfe
Fixed #22223 -- Prevented over-escaping URLs in reverse()
|
10 年之前 |
Tim Graham
|
4445d36d47
Fixed #22384 -- Deprecated reversing URLs by dotted path.
|
10 年之前 |
Unai Zalakain
|
4dc4d12e27
Fixed #21598 -- cleaned up template loader overrides in tests
|
11 年之前 |
Alex Gaynor
|
2bcb8bfc8d
Fix many many typos in comments throughout the codebase
|
11 年之前 |
e0ne
|
2aaa045c61
Fixed #13408 -- Deprecated silent unpacking exception passing in for template tag.
|
11 年之前 |
Anubhav Joshi
|
cd914e31c9
Fixed #21977 -- Deprecated SimpleTestCase.urls
|
11 年之前 |
Maxime Turcotte
|
5e4e0b6fe9
Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.
|
11 年之前 |
Aymeric Augustin
|
ad3942d325
The cycle and firstof tags no longer raise warnings.
|
11 年之前 |