index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
templatetags
Age
Commit message (
Expand
)
Author
2015-03-02
Fixed #24372 - Replaced TokenParser usage with traditional parsing.
Preston Timmons
2015-02-19
Set context.template instead of context.engine while rendering.
Aymeric Augustin
2015-02-12
Subclassed template.Node instead of Node for consistency.
Nik Nyby
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-17
Removed ssi/url tags from future per deprecation timeline; refs #21939.
Tim Graham
2014-12-28
Cleaned up the django.template namespace.
Aymeric Augustin
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-23
Encapsulated TEMPLATE_STRING_IF_INVALID in Engine.
Aymeric Augustin
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-03-28
Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.
Maxime Turcotte
2014-03-21
Switched {% cycle %} and {% firstof %} tags to auto-escape their variables pe...
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-02-16
Fixed #21939 -- Deprecated loading ssi/url tags from future.
Zbigniew Siciarz
2014-02-08
Fixed #21417 -- Expanded TEMPLATE_STRING_IF_INVALID in blocktrans
Claude Paroz
2013-11-23
A handful of flake8 fixes
Alex Gaynor
2013-11-23
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-11-08
Fixed #5849 -- Strip whitespace from blocktrans
Bouke Haarsma
2013-11-02
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-26
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2013-10-24
Added missing newline in docstring; refs #20945.
Tim Graham
2013-10-23
Fixed #20945 -- Allowed cache tag to use a specific cache.
Curtis Maloney
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-09-22
Removed a few trailing backslashes.
Aymeric Augustin
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-03-30
Fixed #20130 -- Regression in {% cache %} template tag.
Baptiste Mispelon
2013-03-19
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2013-03-03
Fixed #19915 - Made blocktrans tag honor TEMPLATE_STRING_IF_INVALID.
matiasb
2013-02-25
Remove leading underscore from a function that's all growed up now.
Carl Meyer
2013-02-24
Fixed some docstrings that were raising Sphinx warnings when running the admi...
Julien Phalip
2013-02-24
Fixed #19253 -- Extracted template cache key building logic
Tomek Paczkowski
2013-02-23
Merge pull request #751 from bmispelon/ticket-6271
Aymeric Augustin
2013-02-23
Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags.
Vladimir A Filonov
2013-02-23
Used token.split_contents() for tokenisation in template tags accepting varia...
Baptiste Mispelon
2012-10-23
Fixed #19088 -- Always escape % inside blocktrans tag
Claude Paroz
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-15
[py3] Always pass bytes to hashlib.md5.
Florian Apolloner
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-07
Fixed #18254 -- Added ability to the static template tags to store the result...
Jannis Leidel
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-28
Fixed #18393 -- Prevented blocktrans to crash when a variable name is badly f...
Julien Phalip
2012-04-29
Fixed #17992 -- Added a public API for localtime.
Aymeric Augustin
2012-04-24
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
[prev]
[next]