django1/django/contrib
Jon Dufresne f48a1990fb
Made compress.py script use the official google-closure-compiler release.
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.
2020-04-22 16:19:27 +02:00
..
admin Made compress.py script use the official google-closure-compiler release. 2020-04-22 16:19:27 +02:00
admindocs Updated translations from Transifex. 2020-01-31 20:59:10 +01:00
auth Fixed #31375 -- Made contrib.auth.hashers.make_password() accept only bytes or strings. 2020-03-31 10:52:56 +02:00
contenttypes Fixed #31123 -- Added --include-stale-apps option to the remove_stale_contenttypes management command. 2020-03-19 11:48:10 +01:00
flatpages Updated translations from Transifex. 2020-01-31 20:59:10 +01:00
gis Fixed #31196 -- Added support for PostGIS 3. 2020-04-14 13:19:59 +02:00
humanize Fixed #31363 -- Added support for negative integers to intword template filter. 2020-03-16 08:44:43 +01:00
messages Refs #27604 -- Fixed loading of legacy cookie hashes when CookieStorage.key_salt is changed. 2020-02-04 09:06:55 +01:00
postgres Refs #12990 -- Moved PostgresSimpleLookup to the django.db.models.lookups.PostgresOperatorLookup. 2020-04-01 10:55:53 +02:00
redirects Updated translations from Transifex. 2020-01-31 20:59:10 +01:00
sessions Fixed #31224 -- Added support for asynchronous views and middleware. 2020-03-18 19:59:12 +01:00
sitemaps Refs #23829 -- Made ping_google command/function use https for the sitemap URL. 2019-01-11 10:32:22 -05:00
sites Updated translations from Transifex. 2020-01-31 20:59:10 +01:00
staticfiles Fixed #31428 -- Allowed empty message in management command self.stdout/err proxies. 2020-04-07 08:45:11 +02:00
syndication Fixed #29352 -- Allowed specifying a Feed language. 2019-05-06 15:10:54 +02:00
__init__.py