django1/django/contrib
shanghui 3333d935d2 Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth.
Also fixed #28608 -- Allowed UserCreationForm and UserChangeForm to
work with custom user models.

Thanks Sagar Chalise and Rômulo Collopy for reports, and Tim Graham
and Tim Martin for reviews.
2018-01-05 14:47:37 -05:00
..
admin Fixed #28517 -- Fixed admin delete confirmation view crash when related models don't have a delete permission. 2018-01-04 19:07:46 -05:00
admindocs Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
auth Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth. 2018-01-05 14:47:37 -05:00
contenttypes Refs #23919 -- Removed obsolete __init__.py files in management command directories. 2018-01-03 11:02:26 -05:00
flatpages Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
gis Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
humanize Fixed #28877 -- Made ordinal template filter results more localizable. 2017-12-06 09:42:58 -05:00
messages Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
postgres Fixed #28908 -- Allowed ArrayField lookups on ArrayAgg annotations. 2017-12-30 14:46:52 -05:00
redirects Updated contrib translations from Transifex 2017-12-01 21:51:30 +01:00
sessions Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
sitemaps Refs #23919 -- Removed obsolete __init__.py files in management command directories. 2018-01-03 11:02:26 -05:00
sites Updated contrib translations from Transifex 2017-12-01 21:51:30 +01:00
staticfiles Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
syndication Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
__init__.py