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
/
tests
/
template_tests
/
test_custom.py
Age
Commit message (
Expand
)
Author
2018-05-25
Fixed #29400 -- Fixed crash in custom template filters that use decorated fun...
Ryan Rubin
2017-05-11
Fixed #28129 -- Allowed custom template tags to use keyword-only arguments.
Alexander Allakhverdiyev
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.
Tim Graham
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #18651 -- Removed assignment_tag per deprecation timeline.
Tim Graham
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2015-09-23
Removed current_app argument to render() and TemplateResponse().
Tim Graham
2015-09-18
Refs #25422 -- Added a test for a template tag with type annotations.
Thomas Orozco
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-06-29
Fixed #25018 -- Changed simple_tag to apply conditional_escape() to its output.
Luke Plant
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-04-20
Updated template tests to create their own engine.
Preston Timmons
2015-04-01
Fixed #23441, #24555 -- Improved the behavior of InclusionNode.
Preston Timmons
2015-02-24
Moved TemplateTagLoading cases into test_custom.
Preston Timmons
2015-02-04
Cleaned up formatting in template_tests.test_custom.
Preston Timmons
2015-02-03
Fixed #18651 -- Enabled optional assignments for simple_tag().
Preston Timmons
2015-01-09
Fixed #24094 -- Enabled template tests to run individually.
Preston Timmons
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-28
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-04-12
Modified template_tests for unittest2 discovery.
Preston Timmons