Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/smartif.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #23913 -- Removed support for a single equals sign i...Tim Graham2015-09-241-12/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-4/+4
* Fixed #23913 -- Deprecated the `=` comparison in `if` tem...Ola Sitarska2015-01-111-0/+9
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Correct flake8 violation E261Ray Ashman Jr2013-11-021-4/+4
* IfParser.next() method renamed to avoid confusion with it...Luke Plant2012-06-151-4/+4
* Reverted part of 169b1a40 which was mistakenly applied to...Luke Plant2012-06-151-3/+3
* Replaced foo.next() by next(foo).Claude Paroz2012-05-101-3/+3
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Fixed #13373 -- Ensured that {% if %} statements will sho...Russell Keith-Magee2010-04-191-16/+17
* Fixed #13058 - "smart if" template tag doesn't support "i...Luke Plant2010-03-091-2/+15
* Implemented 'smart if' template tag, allowing filters and...Luke Plant2009-12-091-0/+192