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
2012-12-09
[1.5.x] Fixed #19392 -- Improved error for old-style url tags with dashes.
Aymeric Augustin
2012-11-27
[1.5.x] Fixed #19370 -- Made date filter properly handle midnight value
Danilo Bargen
2012-11-25
[1.5.x] Change exception type to reduce confusion.
Aymeric Augustin
2012-11-24
[1.5.x] Fixed #19280 -- Raised an explicit exception for the old {% url %} sy...
Aymeric Augustin
2012-11-20
[1.5.X] Fixed typo in django.template.defaulttags
Riley Strong
2012-11-09
[1.5.x] 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
2012-08-08
[py3] Fixed filesystem encoding handling
Aymeric Augustin
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] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-18
Fixed #18645 -- Clarified filesizeformat implementation
Aymeric Augustin
2012-07-06
Fixed #18484 - 'display:none' on CSRF token div is redundant and causes probl...
Luke Plant
2012-07-06
Fixed #18572 - Python26 string format incompatibility
Luke Plant
2012-07-03
Changed a lot of internal code to use 'format_html' where appropriate/possible
Luke Plant
2012-06-30
Fixed #16519 -- Deprecated mimetype kwarg of HttpResponse __init__
Claude Paroz
2012-06-19
Fixed #14502 again -- saner verbatim closing token
Chris Beaven
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-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
Fixed #14502 -- Added a verbatim template tag.
Aymeric Augustin
2012-05-25
Specified when open should use binary mode.
Claude Paroz
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-30
Fixed #4746 -- Allowed spaces around filter separator.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
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-04-11
Fixed #18103 -- Regression introduced in r17895.
Aymeric Augustin
2012-04-10
Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the correspond...
Aymeric Augustin
2012-04-07
Fixed #15683 -- Prevented escaped string to be needlessly marked safe twice i...
Claude Paroz
2012-02-21
Fixed #17660 -- Standardize extends tag token parsing
Chris Beaven
2012-02-14
Fixed #17675 -- Changed the implementation of the {% regroup %} template tag ...
Aymeric Augustin
2012-02-02
Fixed loader_tags.py to import token_kwargs from the correct module
Adrian Holovaty
2012-01-28
Made a tiny performance improvement in the template system's Parser.parse() -...
Adrian Holovaty
[next]