django1/django/contrib
Tim Graham 8e63cc582f [2.0.x] Refs #28814 -- Fixed "SyntaxError: Generator expression must be parenthesized" on Python 3.7.
Due to https://bugs.python.org/issue32012.

Backport of 931c60c521 from master
2017-11-17 15:40:12 -05:00
..
admin [2.0.x] Refs #28814 -- Fixed "SyntaxError: Generator expression must be parenthesized" on Python 3.7. 2017-11-17 15:40:12 -05:00
admindocs Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00
auth [2.0.x] Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error when using ModelBackend. 2017-11-08 09:45:35 -05:00
contenttypes [2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:23 -05:00
flatpages Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00
gis [2.0.x] Simplified GeometryField.select_format(). 2017-11-04 10:56:28 -04:00
humanize Refs #21415 -- Fixed contrib.humanize translations for es_AR 2017-07-05 08:41:09 +02:00
messages [2.0.x] Fixed typo in MessageMiddleware.process_response() docstring. 2017-10-16 10:35:38 -04:00
postgres [2.0.x] Fixed #28749 -- Added subquery support for ArrayField's __in lookup. 2017-11-01 15:40:32 -04:00
redirects Fixed #28152 -- Made migrations serialize sets as set literals rather than set(). 2017-05-18 09:33:40 -04:00
sessions Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
sitemaps Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
sites Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
staticfiles [2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:23 -05:00
syndication Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
__init__.py