summaryrefslogtreecommitdiff
path: root/django/template/smartif.py
AgeCommit message (Expand)Author
2017-02-17Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.Anton Samarchyan
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-11-14Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-04-09Fixed #26479 -- Added 'is not' operator to the if tag.Alasdair Nicol
2016-04-07Removed obsolete comment in if tag.Stephen Kelly
2016-01-22Fixed #26118 -- Added 'is' operator to if template tag.Preston Timmons
2016-01-11Added missing period to "etc.".pp
2015-09-23Refs #23913 -- Removed support for a single equals sign in {% if %} tag.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-01-11Fixed #23913 -- Deprecated the `=` comparison in `if` template tag.Ola Sitarska
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-11-02Correct flake8 violation E261Ray Ashman Jr
2012-06-14IfParser.next() method renamed to avoid confusion with iterator protocol.Luke Plant
2012-06-14Reverted part of 169b1a40 which was mistakenly applied to a non-iterator class.Luke Plant
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2010-04-19Fixed #13373 -- Ensured that {% if %} statements will short circuit template ...Russell Keith-Magee
2010-03-08Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condit...Luke Plant
2009-12-09Implemented 'smart if' template tag, allowing filters and various operators t...Luke Plant