summaryrefslogtreecommitdiff
path: root/django/template/smartif.py
AgeCommit message (Expand)Author
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