summaryrefslogtreecommitdiff
path: root/django/utils/jslex.py
AgeCommit message (Expand)Author
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-10-15Added unicode_literals to the jslexer.Florian Apolloner
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-02Fixed flake8 E241Boryslav Larin
2013-10-21Fixed E227 pep8 warningsTim Graham
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-10Removed unnecessary semicolons.Tim Graham
2011-10-04Fixed #16971 - Made the parsing of javascript files by 'makemessages' much fa...Aymeric Augustin
2011-06-07Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix mul...Jannis Leidel