提交历史

作者 SHA1 备注 提交日期
  Aymeric Augustin 15b711b5ee Deprecated TEMPLATE_DEBUG setting. 10 年之前
  Aymeric Augustin 47ee7b48ad Fixed #24338 -- Accepted Template wrapper in {% extends %}. 10 年之前
  Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. 10 年之前
  Aymeric Augustin a3e783fe11 Deprecated passing a Context to a generic Template.render. 10 年之前
  Preston Timmons de9ebdd39c Fixed #24022 -- Deprecated the ssi tag. 10 年之前
  Aymeric Augustin 9eb4f28e89 Deprecated TEMPLATE_CONTEXT_PROCESSORS. 10 年之前
  Aymeric Augustin d3205e3e2e Deprecated TEMPLATE_DIRS. 10 年之前
  Aymeric Augustin cf0fd65ed4 Deprecated TEMPLATE_LOADERS. 10 年之前
  Aymeric Augustin d3a982556d Deprecated TEMPLATE_STRING_IF_INVALID. 10 年之前
  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 年之前