Commit History

作者 SHA1 備註 提交日期
  Tim Graham 1ea44a3abd Switched {% cycle %} and {% firstof %} tags to auto-escape their variables per deprecation timeline. 11 年之前
  Tim Graham 8b81dee60c Removed fix_ampersands template filter per deprecation timeline. 11 年之前
  Tim Graham 35f46ec7a9 Fixed flake8 warnings. 11 年之前
  Anubhav Joshi 659b5678fc Fixed #22184 -- Allowed template_tests.tests to be run isolated 11 年之前
  Aymeric Augustin 3a34f71d4d Removed obsolete hack to run template tests. 11 年之前
  Claude Paroz 210d0489c5 Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 11 年之前
  Rodolfo Carvalho 0d91225892 Fixed many typos in comments and docstrings. 11 年之前
  Erik Romijn 775975f15d Fixed #22130 -- Deprecated fix_ampersands, removed utils.clean_html() 11 年之前
  Tim Graham 72b080c2c8 Removed Django 1.5 upgrade hints for {% url %} tag. 11 年之前
  Baptiste Mispelon 81cd3a7460 Use assertEqual instead of assertEquals. 11 年之前
  Zbigniew Siciarz 74d4d58b62 Fixed #21939 -- Deprecated loading ssi/url tags from future. 11 年之前
  Marek Wywiał d97bf2e9c8 Fixed #21765 -- Added support for comparing Context instances 11 年之前
  Aymeric Augustin 07ae47f7f8 Fixed #21959 -- Handled Inf/NaN in widthratio tag. 11 年之前
  Claude Paroz 02add43568 Fixed #21417 -- Expanded TEMPLATE_STRING_IF_INVALID in blocktrans 11 年之前
  Aymeric Augustin b951a7fbc1 Removed superfluous uses of TransRealMixin. 11 年之前
  Carl Meyer ca95f8e435 Moved sys.path-extending decorator to django.test.utils and used throughout test suite. 11 年之前
  Marc Tamlyn 2607fa9016 Fixed #21774 -- Isolate all test urls from eachother. 11 年之前
  Aymeric Augustin da16bb30ff Dropped AppCache._empty, _with_app and _without_app. 11 年之前
  Aymeric Augustin 2fef9e5375 Moved apps back in the toplevel django namespace. 11 年之前
  Aymeric Augustin 65cd74be8e Stopped iterating on INSTALLED_APPS. 11 年之前
  Unai Zalakain 2688462f91 Refs #21230 -- removed direct settings manipulation from template tests 11 年之前
  Curtis Maloney ffc37e2343 Fixed #21012 -- New API to access cache backends. 11 年之前
  coagulant 8eec2d93b6 Fixed all E261 warnings 11 年之前
  Jason Myers c3791463a5 Fixing E302 Errors 11 年之前
  Boryslav Larin e737c009b8 Fixed flake8 E241 11 年之前
  Alex Gaynor b35ff0d920 Fixed all the E203 violations 11 年之前
  Alex Gaynor 9d740eb8b1 Fix all violators of E231 11 年之前
  Curtis Maloney 8688f03eef Fixed #20945 -- Allowed cache tag to use a specific cache. 11 年之前
  Alasdair Nicol c3aa2948c6 Fixed #21298 -- Fixed E301 pep8 warnings 11 年之前
  Ramiro Morales 51d2e1fb23 Fixed #21307 -- Moved TransRealMixin to django.test.utils. 11 年之前