django1/django/contrib
Tim Graham 6f3c78dbe6 Fixed #27266 -- Allowed using assertFormError()/assertFormsetError() in admin forms and formsets.
Thanks Diego Andrés Sanabria Martín for the report and review.
2016-09-27 09:56:19 -04:00
..
admin Fixed #27266 -- Allowed using assertFormError()/assertFormsetError() in admin forms and formsets. 2016-09-27 09:56:19 -04:00
admindocs Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 2016-09-17 15:44:06 -04:00
auth Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 2016-09-17 15:44:06 -04:00
contenttypes Fixed #24865 -- Added remove_stale_contenttypes management command. 2016-09-06 09:48:58 -04:00
flatpages Pulled contrib translations from Transifex 2016-08-01 19:47:19 +02:00
gis Fixed #27056 -- Allowed migrating geometry field dimension on PostGIS 2016-09-22 16:40:27 +02:00
humanize Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 2016-09-17 15:44:06 -04:00
messages Replaced property() usage with decorator in several places. 2016-08-25 20:06:22 -04:00
postgres Fixed #27257 -- Fixed builtin text lookups on JSONField keys. 2016-09-22 22:19:37 -04:00
redirects Pulled contrib translations from Transifex 2016-08-01 19:47:19 +02:00
sessions Fixed #26764 -- Fixed Session.cycle_key() crash on unaccessed session. 2016-08-08 13:01:25 -04:00
sitemaps Replaced property() usage with decorator in several places. 2016-08-25 20:06:22 -04:00
sites Pulled contrib translations from Transifex 2016-08-01 19:47:19 +02:00
staticfiles Replaced smart_* by force_* calls whenever possible 2016-09-03 13:46:41 +02:00
syndication Replaced smart_* by force_* calls whenever possible 2016-09-03 13:46:41 +02:00
__init__.py