summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_cache.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-5/+13
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-92/+119
* Fixed typos in comments and docs.luz.paz2018-08-011-1/+1
* Fixed #27882 -- Allowed {% cache %} to cache indefinitely.Bo Marchman2017-03-151-0/+11
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-10/+12
* Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons2015-05-211-1/+5
* Updated template tests to create their own engine.Preston Timmons2015-04-201-5/+10
* Moved cache tests into syntax_tests/test_cache.py.Preston Timmons2015-02-241-2/+46
* Isolated template tests from Django settings.Aymeric Augustin2014-12-281-20/+19
* Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons2014-12-061-1/+1
* Converted recently refactored templates tests to SimpleTestCase.Ramiro Morales2014-12-031-2/+2
* Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons2014-12-021-0/+118