index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
template
/
smartif.py
Age
Commit message (
Expand
)
Author
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-01-11
Fixed #23913 -- Deprecated the `=` comparison in `if` template tag.
Ola Sitarska
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Correct flake8 violation E261
Ray Ashman Jr
2012-06-14
IfParser.next() method renamed to avoid confusion with iterator protocol.
Luke Plant
2012-06-14
Reverted part of 169b1a40 which was mistakenly applied to a non-iterator class.
Luke Plant
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2010-04-19
Fixed #13373 -- Ensured that {% if %} statements will short circuit template ...
Russell Keith-Magee
2010-03-08
Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condit...
Luke Plant
2009-12-09
Implemented 'smart if' template tag, allowing filters and various operators t...
Luke Plant