| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-24 | Increased test coverage for various template tags. | Mads Jensen | |
| 2016-08-09 | Fixed #26830 -- Prevented the 'with' templatetag from resetting the cycle ↵ | Alexander Schrijver | |
| variable to its initial state. | |||
| 2016-08-09 | Refs #26830 -- Added a test for a named cycle template tag inside an ↵ | Alexander Schrijver | |
| ifchanged block and a for loop. | |||
| 2015-09-23 | Refs #24451 -- Removed comma-separated {% cycle %} syntax per deprecation ↵ | Tim Graham | |
| timeline. | |||
| 2015-09-23 | Refs #22306 -- Removed cycle/firstof template tags from "future". | Tim Graham | |
| Per deprecation timeline. | |||
| 2015-06-24 | Renamed RemovedInDjangoXYWarnings for new roadmap. | Tim Graham | |
| Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more. | |||
| 2015-05-21 | Fixed #17085, #24783 -- Refactored template library registration. | Preston Timmons | |
| * Converted the ``libraries`` and ``builtins`` globals of ``django.template.base`` into properties of the Engine class. * Added a public API for explicit registration of libraries and builtins. | |||
| 2015-03-07 | Fixed #24451 -- Deprecated comma-separated {% cycle %} syntax. | Tim Graham | |
| 2014-12-30 | Applied ignore_warnings to Django tests | Claude Paroz | |
| 2014-12-28 | Isolated template tests from Django settings. | Aymeric Augustin | |
| 2014-12-06 | Fixed #23958 -- Rewrote filter tests as unit tests. | Preston Timmons | |
| 2014-12-03 | Converted recently refactored templates tests to SimpleTestCase. | Ramiro Morales | |
| These test methods don't need DB setup/teardown. Refs #23768 and b872134b. | |||
| 2014-12-02 | Fixed #23768 -- Rewrote template tests as unit tests. | Preston Timmons | |
