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
/
docs
/
internals
/
contributing
/
writing-code
/
javascript.txt
Age
Commit message (
Expand
)
Author
2024-01-11
Reorganized the Contributing to Django docs.
Mark Walker
2022-08-09
Fixed #33842 -- Used :source: role for links to repo files on GitHub.
Ramil Yanbulatov
2022-03-10
Changed some words to use inline markup.
David Smith
2020-06-24
Refs #31493 -- Replaced var with const/let in documentation JS.
Adam Johnson
2020-05-14
Fixed #31524 -- Removed minified static assets from the admin.
Jon Dufresne
2020-04-22
Made compress.py script use the official google-closure-compiler release.
Jon Dufresne
2020-04-20
Refs #22463 -- Replaced JSHint with ESLint in contributing docs.
Jignesh Kotadiya
2020-04-01
Prevented (and corrected) single backtick usage in docs.
Adam Johnson
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2018-11-10
Updated some links to https and new locations.
Mads Jensen
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-01-20
Fixed #28343 -- Add an OS chooser for docs command line examples.
Ramiro Morales
2017-12-18
Fixed #28929 -- Corrected QUnit examples.
weijunji
2017-05-03
Fixed broken link to QUnit docs.
Mariusz Felisiak
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2016-10-24
Fixed #26357 -- Allowed admin popups to work on links added after page load.
Julian Andrews
2016-07-20
Fixed #22446 -- Added tox.ini to automate pull request checks.
Tobias McNulty
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-07-17
Allowed installing closure with pip for admin JavaScript compression.
Tim Graham
2015-06-30
DEP 0003 -- Added JavaScript unit tests.
Trey Hunner
2015-06-27
Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig a...
Trey Hunner