<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/internals/contributing/writing-code/javascript.txt, branch 3.2.14</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.2.14</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.2.14'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-06-24T10:20:57Z</updated>
<entry>
<title>Refs #31493 -- Replaced var with const/let in documentation JS.</title>
<updated>2020-06-24T10:20:57Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-06-24T09:41:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2afa61e7d99b2ff2656dc64b6e28db88baf786a4'/>
<id>urn:sha1:2afa61e7d99b2ff2656dc64b6e28db88baf786a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31524 -- Removed minified static assets from the admin.</title>
<updated>2020-05-14T14:07:56Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-04-25T21:26:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=81ffedaacc0d907b9feb73783edefdffd0ced606'/>
<id>urn:sha1:81ffedaacc0d907b9feb73783edefdffd0ced606</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made compress.py script use the official google-closure-compiler release.</title>
<updated>2020-04-22T14:19:27Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-04-22T14:19:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f48a1990fb74a70de53ee58846291dbbce5a29f2'/>
<id>urn:sha1:f48a1990fb74a70de53ee58846291dbbce5a29f2</id>
<content type='text'>
The script previously used the PyPI package closure, which is slightly
out of date and not maintained by Google.

The JavaScript contribution docs and the compress.py script now runs the
google-closure-compiler package in the recommended way. Google's
documentation on usage and installation can be found at:

https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler#usage

This also makes the usage simpler as the package now runs through npm's
npx utility, which will automatically install google-closure-compiler to
a per-user cache.</content>
</entry>
<entry>
<title>Refs #22463 -- Replaced JSHint with ESLint in contributing docs.</title>
<updated>2020-04-20T08:53:00Z</updated>
<author>
<name>Jignesh Kotadiya</name>
<email>32367660+jigneshkotadiya@users.noreply.github.com</email>
</author>
<published>2020-04-20T08:53:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7b4bd2a82c4709a9078fed5c33fa94f208a8c41e'/>
<id>urn:sha1:7b4bd2a82c4709a9078fed5c33fa94f208a8c41e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevented (and corrected) single backtick usage in docs.</title>
<updated>2020-04-01T12:55:11Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-03-31T08:37:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1cdfe8d91215eefaa18c398069dd9c6879a9511d'/>
<id>urn:sha1:1cdfe8d91215eefaa18c398069dd9c6879a9511d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints.</title>
<updated>2019-04-18T12:41:15Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2019-04-14T15:02:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aed89adad54a977829c4f180b036033e031ebcc7'/>
<id>urn:sha1:aed89adad54a977829c4f180b036033e031ebcc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated some links to https and new locations.</title>
<updated>2018-11-10T22:40:50Z</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2018-11-10T22:40:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=961f8e99850ecb334d63a943b53b3cb1180ef538'/>
<id>urn:sha1:961f8e99850ecb334d63a943b53b3cb1180ef538</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #29784 -- Switched to https:// links where available.</title>
<updated>2018-09-26T06:48:47Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-26T06:48:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=82f286cf6f198d37850d3c5df637b5665566a66b'/>
<id>urn:sha1:82f286cf6f198d37850d3c5df637b5665566a66b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28343 -- Add an OS chooser for docs command line examples.</title>
<updated>2018-01-20T17:38:48Z</updated>
<author>
<name>Ramiro Morales</name>
<email>ramiro@users.noreply.github.com</email>
</author>
<published>2018-01-20T17:38:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=37c17846ad6b02c6dca72e8087a279cca04a0c27'/>
<id>urn:sha1:37c17846ad6b02c6dca72e8087a279cca04a0c27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28929 -- Corrected QUnit examples.</title>
<updated>2017-12-18T19:49:00Z</updated>
<author>
<name>weijunji</name>
<email>990628wjy@gmail.com</email>
</author>
<published>2017-12-18T19:49:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1ef8b30abed6ecf0c28517001e7fd8a84e6e47d3'/>
<id>urn:sha1:1ef8b30abed6ecf0c28517001e7fd8a84e6e47d3</id>
<content type='text'>
</content>
</entry>
</feed>
