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_parser.py
Age
Commit message (
Expand
)
Author
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-08-02
Added test for TemplateSyntaxError when variables begin with underscores.
Mariusz Felisiak
2021-02-26
Refs #24121 -- Added __repr__() to FilterExpression, Lexer, Parser, and Token.
David Smith
2018-05-10
Replaced TOKEN_* constants by TokenType enums.
Claude Paroz
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-01-20
Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-11-14
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-03-20
Cleaned up the template debug implementation.
Preston Timmons
2015-03-02
Fixed #24372 - Replaced TokenParser usage with traditional parsing.
Preston Timmons
2015-02-24
Moved test_token_smart_split into ParserTests.
Preston Timmons
2015-02-15
Deprecated TEMPLATE_DEBUG setting.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-28
Cleaned up the django.template namespace.
Aymeric Augustin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-09-19
Fixed #7557 -- Added type checking to Variable initialization.
Tim Graham
2013-09-09
Simplify FilterExpression.args_check
Curtis Maloney
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