django1/django/contrib
Tim Graham c32476e5ba Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.
Follow up to a404f75f92.
2017-05-30 09:39:59 -04:00
..
admin Fixed #28249 -- Removed unnecessary dict.keys() calls. 2017-05-27 19:08:46 -04:00
admindocs Updated contrib translations from Transifex 2017-04-04 12:39:02 +02:00
auth Fixed #26823 -- Prevented update_last_login signal receiver from crashing if User model doesn't have last_login field. 2017-05-29 17:31:18 -04:00
contenttypes Fixed #28226 -- Replaced use of str.join() with concatenation. 2017-05-27 13:59:05 -04:00
flatpages Updated contrib translations from Transifex 2017-04-04 12:39:02 +02:00
gis Refs #28181 -- Corrected detection of GDAL 2.1 on Windows. 2017-05-30 09:39:59 -04:00
humanize Fixed #28085 -- Added missing plural forms in en translation catalogs 2017-05-05 21:25:37 +02:00
messages Refs #27795 -- Replaced force_text() with str() in contrib.messages 2017-05-10 22:40:18 +02:00
postgres Fixed #28249 -- Removed unnecessary dict.keys() calls. 2017-05-27 19:08:46 -04:00
redirects Fixed #28152 -- Made migrations serialize sets as set literals rather than set(). 2017-05-18 09:33:40 -04:00
sessions Fixed #28167 -- Fixed cache backend's SessionStore.exists() if session_key is None. 2017-05-03 12:39:07 -04:00
sitemaps Added comments to contrib.sitemaps.index() view. 2017-05-27 20:50:35 -04:00
sites Updated contrib translations from Transifex 2017-04-04 12:39:02 +02:00
staticfiles Fixed #28249 -- Removed unnecessary dict.keys() calls. 2017-05-27 19:08:46 -04:00
syndication Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
__init__.py