index
:
django.git
fix-31295
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
2017-02-17
Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2016-11-14
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-04-09
Fixed #26479 -- Added 'is not' operator to the if tag.
Alasdair Nicol
2016-04-07
Removed obsolete comment in if tag.
Stephen Kelly
2016-01-22
Fixed #26118 -- Added 'is' operator to if template tag.
Preston Timmons
2016-01-11
Added missing period to "etc.".
pp
2015-09-23
Refs #23913 -- Removed support for a single equals sign in {% if %} tag.
Tim Graham
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