django1/django/contrib
Jon Dufresne 5b57798513 Removed unnecessary StatAggregate.resolve_expression().
This method only calls the parent method, but without the for_save
argument. The parent class, Aggregate, already ignores the for_save
argument so there is no need for special handling.

Unnecessary since its introduction in e4cf8c8420.
2019-08-08 22:34:25 +02:00
..
admin Updated Select2 to version 4.0.7. 2019-07-10 12:31:16 +02:00
admindocs Updated translations from Transifex 2019-06-29 16:17:16 +02:00
auth Fixed #27801 -- Made createsuperuser fall back to environment variables for password and required fields. 2019-07-02 12:55:09 +02:00
contenttypes Fixed typos in comments and docs. 2019-07-02 09:36:17 +02:00
flatpages Updated translations from Transifex 2019-06-29 16:17:16 +02:00
gis Corrected several typos in string literals and test names. 2019-08-07 11:23:14 +02:00
humanize Updated translations from Transifex 2019-06-29 16:17:16 +02:00
messages Removed duplicate words in various comments. 2018-07-18 11:54:15 -04:00
postgres Removed unnecessary StatAggregate.resolve_expression(). 2019-08-08 22:34:25 +02:00
redirects Updated translations from Transifex 2019-06-29 16:17:16 +02:00
sessions Updated translations from Transifex 2019-06-29 16:17:16 +02: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 2019-06-29 16:17:16 +02:00
staticfiles Fixed #30599 -- Prevented ManifestFilesMixin.read_manifest() from silencing errors other than FileNotFoundError. 2019-08-02 08:35:28 +02:00
syndication Fixed #29352 -- Allowed specifying a Feed language. 2019-05-06 15:10:54 +02:00
__init__.py