django1/django/contrib
Tim Graham d1d7348001 Refs #25809 -- Removed BrinIndex.__repr__().
In retrospect, implementing a __repr__() for index subclasses doesn't
seem worthwhile.
2017-06-17 18:41:53 -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 #27787 -- Made call_command() validate the options it receives. 2017-06-16 21:28:38 -04:00
contenttypes Fixed #26936 -- Fixed stale ContentType deletion in apps without models. 2017-06-16 09:22:47 -04:00
flatpages Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
gis Fixed #28300 -- Allowed GDALRasters to use the vsimem filesystem. 2017-06-16 12:09:05 -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 Refs #25809 -- Removed BrinIndex.__repr__(). 2017-06-17 18:41:53 -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