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
Age
Commit message (
Expand
)
Author
2013-09-10
[1.6.x] Prevented arbitrary file inclusion with {% ssi %} tag and relative pa...
Tim Graham
2013-09-03
[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-21
[1.6.x] Fixed #20949 -- Typo #2 in docstring
Tim Graham
2013-08-21
[1.6.x] Fixed docstring typo, thanks minddust.
Tim Graham
2013-08-15
[1.6.x] Fixed #17778 -- Prevented class attributes on context from resolving ...
Tim Graham
2013-06-25
Fixed #20650 -- Fixed {% filter %} incorrectly accepting 'escape' as argument
Baptiste Mispelon
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-05-18
Fixed #20246 -- Added non-breaking spaces between values an units
Emil Stenström
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-04-01
Updated some 'Dive Into Python' links
Claude Paroz
2013-03-17
Fixed #19510 -- Race condition in template loading.
Aymeric Augustin
2013-02-27
[py3] Always fed hashlib with bytes.
Łukasz Langa
2013-02-25
Switching to autoescape is not a change in syntax.
Carl Meyer
2013-02-25
Remove leading underscore from a function that's all growed up now.
Carl Meyer
2013-02-24
Fixed #19890 -- ifchanged templatetag rendered its content twice
Christopher Medrela
2013-02-24
Fixed #15849 -- Made IfChanged node thread safe.
Diederik van der Boor
2013-02-23
Fixed #19827 -- Kept stacktrace in defaulttags exception reraising
Lennart Regebro
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
2013-02-22
Fixed #19846 -- Optimized a dict of lists in BlockContext class
Claude Paroz
2013-02-22
Fixed #19882 -- Smarter tokenizing of {% for %} tag arguments.
Baptiste Mispelon
2013-02-14
Fixed #19829 -- Fixed index lookups for NumPy arrays in templates.
Julien Phalip
2013-02-14
Fixed #19819 - Improved template filter errors handling.
Michael van Tellingen
2013-02-04
Fixed #19729 -- Removed leftover refactoring helper variables.
Ramiro Morales
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2012-12-29
Merge pull request #595 from bmispelon/patch-1
Aymeric Augustin
2012-12-29
Removed support is_safe and needs_autoescape as function attributes.
Aymeric Augustin
2012-12-18
Fixed #19470 - Clarified widthratio example.
Tim Graham
2012-12-17
Fixed typo in WidthRatioNode's error.
Baptiste Mispelon
2012-12-09
Fixed #19392 -- Improved error for old-style url tags with dashes.
Aymeric Augustin
2012-11-27
Fixed #19370 -- Made date filter properly handle midnight value
Danilo Bargen
2012-11-25
Change exception type to reduce confusion.
Aymeric Augustin
2012-11-24
Fixed #19280 -- Raised an explicit exception for the old {% url %} syntax.
Aymeric Augustin
2012-11-19
Fix typo in comment
Riley Strong
2012-11-09
Fixed #19262 -- Support cookie pickling in SimpleTemplateResponse
Sean Breant
2012-10-13
Fixed #18484 -- Removed the div around the csrf token input
Claude Paroz
2012-10-06
Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.
Ramiro Morales
2012-09-09
Fixes #18933. Fixes code example in docstring.
Martey Dodoo
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-22
Used the decorator syntax for properties in django.http
Claude Paroz
2012-08-18
Fixed bug in 212b982 -- Removed duplicate code in removetags
Marc Tamlyn
2012-08-18
Fixed #14516 -- Extract methods from removetags and slugify template filters
Marc Tamlyn
2012-08-15
[py3] Fixed slugify filter
Claude Paroz
2012-08-14
[py3] Fixed egg template loader.
Aymeric Augustin
2012-08-12
[py3] Made __repr__ return str with Python 3
Claude Paroz
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-12
[py3] Removed redundant __str__ methods.
Aymeric Augustin
2012-08-11
Fixed #18739 -- witdthratio behavior on None args
Karen Tracey
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
[next]