django1/django/contrib
michaldabski d381914aef Fixed #28313 -- Added model name max length check of 100 characters in contrib.contentttypes. 2017-06-26 18:12:35 -04:00
..
admin Fixed #27998 -- Made ManyToManyField changes logged in admin's object history. 2017-06-14 13:07:06 -04:00
admindocs Updated translations from Transifex 2017-05-31 21:43:40 +02:00
auth Fixed #28127 -- Allowed UserCreationForm's password validation to check all user fields. 2017-06-21 09:22:15 -04:00
contenttypes Fixed #28313 -- Added model name max length check of 100 characters in contrib.contentttypes. 2017-06-26 18:12:35 -04:00
flatpages Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
gis Fixed #27964 -- Made MySQL backend raise exception if spatial transformation is needed for query. 2017-06-26 15:10:55 -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 #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex. 2017-06-20 10:54:39 -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 Sorted imports per isort 4.2.9. 2017-06-01 13:23:48 -04:00
syndication Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
__init__.py