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
/
tests
/
regressiontests
/
templates
Age
Commit message (
Expand
)
Author
2013-02-15
[1.5.x] Fixed #19829 -- Fixed index lookups for NumPy arrays in templates.
Julien Phalip
2013-01-08
[1.5.x] Updated deprecated test assertions
Claude Paroz
2012-12-09
[1.5.x] Fixed #19392 -- Improved error for old-style url tags with dashes.
Aymeric Augustin
2012-12-08
[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-11-27
[1.5.x] Fixed #19370 -- Made date filter properly handle midnight value
Danilo Bargen
2012-11-25
[1.5.x] Fixed test failure following capitalization fix in 2f035a972
Claude Paroz
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-24
[1.5.x] Used a django.test.TestCase for compatibility with @override_settings.
Aymeric Augustin
2012-11-09
[1.5.x] Fixed #19262 -- Support cookie pickling in SimpleTemplateResponse
Sean Breant
2012-10-20
Used @override_settings in several tests.
Aymeric Augustin
2012-09-30
Fixed #18807 -- Made 404.html and 500.html optional
Claude Paroz
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-08-18
[py3] Fixed templates tests.
Aymeric Augustin
2012-08-14
[py3] Ensured the template tests run.
Aymeric Augustin
2012-08-14
[py3] Compared response.content with bytes.
Aymeric Augustin
2012-08-12
[py3] Made exception examination py3-compatible.
Karen Tracey
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-11
Fixed #18739 -- witdthratio behavior on None args
Karen Tracey
2012-08-08
[py3] Used compatible imports of StringIO.
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 unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-07
Fixed #18254 -- Added ability to the static template tags to store the result...
Jannis Leidel
2012-06-19
Fixed #14502 again -- saner verbatim closing token
Chris Beaven
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-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
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-26
Removed unneeded deprecation warning silencing in test suite.
Claude Paroz
2012-04-24
Removed some leftover references to old-syntax ssi template tag tests. Refs #...
Claude Paroz
2012-04-24
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...
Claude Paroz
2012-04-10
Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the correspond...
Aymeric Augustin
2012-04-09
Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_...
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-09
Removed executable bits from some files that don't need them.
Ramiro Morales
2012-02-22
Don't let ALLOWED_INCLUDE_ROOTS be accidentally set to a string rather than a...
Chris Beaven
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-09
Fixed #16416 -- Added two new date formatting options for timezones and ISO w...
Jannis Leidel
2012-01-24
Fixed #15092 -- Made `{% now %}` work with single-quoted string arguments. Th...
Julien Phalip
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-12-17
Fixed #11166 -- {% widthratio %} should return 0 when the maximum is 0, no ma...
Aymeric Augustin
2011-12-09
Fixed #17348 -- Implemented {% elif %}. Refs #3100.
Aymeric Augustin
2011-12-09
Added a test that 'firstof' template filter doesn't auto-escape. cycle tag al...
Adrian Holovaty
2011-11-21
Fixed #16787 -- Restored the ability to {% load %} template tags libraries wi...
Aymeric Augustin
2011-10-30
Fixed #17135 -- Made it possible to use decorators (like stringfilter) on tem...
Aymeric Augustin
2011-10-26
Removed remains from times when tests could be run outside of runtests.py.
Aymeric Augustin
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
[next]