summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_firstof.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-01-25Fixed #29060 -- Made {% firstof %} assign '' to the asvar if all inputs are f...Roger Gammans
2015-09-23Refs #22306 -- Removed cycle/firstof template tags from "future".Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-04-14Fixed #12199 -- Added the ability to use "as" with the firstof template tag.Craig Oldford
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-28Isolated template tests from Django settings.Aymeric Augustin
2014-12-06Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons
2014-12-03Converted recently refactored templates tests to SimpleTestCase.Ramiro Morales
2014-12-02Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons