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
/
utils_tests
/
test_jslex.py
Age
Commit message (
Expand
)
Author
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2014-10-15
Fixed remaining test failure in jslex tests.
Florian Apolloner
2014-10-15
Added unicode_literals to the jslexer.
Florian Apolloner
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-04-12
Modified utils_tests for unittest2 discovery.
Preston Timmons