django1/django/contrib
Tim Graham 5fa4f40f45 Fixed #29227 -- Allowed BooleanField to be null=True.
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
2018-03-20 12:10:10 -04:00
..
admin Fixed #29227 -- Allowed BooleanField to be null=True. 2018-03-20 12:10:10 -04:00
admindocs Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
auth Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a non-UUID where one is expected. 2018-03-15 21:33:15 -04:00
contenttypes Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table inheritance. 2018-03-12 22:42:48 -04:00
flatpages Updated translations from Transifex 2018-02-28 20:06:52 +01:00
gis Fixed #28981 -- Added an exception if GeoIP database can't be loaded from the path. 2018-03-05 12:20:30 -05:00
humanize Updated translations from Transifex 2018-02-28 20:06:52 +01:00
messages Fixed hanging indentation in various code. 2018-03-16 10:54:34 +01:00
postgres Updated translations from Transifex 2018-02-28 20:06:52 +01:00
redirects Updated translations from Transifex 2018-02-28 20:06:52 +01:00
sessions Updated translations from Transifex 2018-02-28 20:06:52 +01:00
sitemaps Refs #23919 -- Removed obsolete __init__.py files in management command directories. 2018-01-03 11:02:26 -05:00
sites Updated translations from Transifex 2018-02-28 20:06:52 +01:00
staticfiles Refs #21221 -- Deprecated staticfiles and admin_static template tag libraries. 2018-01-23 10:30:10 -05:00
syndication Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
__init__.py