django1/django/contrib
Simon Charette d976760260 Fixed #27693, Refs #27257 -- Fixed iexact lookup on JSONField keys.
Thanks Harris Lapiroff for the report.
2017-01-06 19:25:32 -05:00
..
admin Refs #2856 -- Removed redundant escaping in admin's "Perhaps it was deleted?" message. 2017-01-04 10:22:17 -05:00
admindocs Fixed #26621 -- Corrected simplify_regex()'s handling of named capture groups. 2017-01-03 13:55:11 -05:00
auth Fixed #15667 -- Added template-based widget rendering. 2016-12-27 17:50:10 -05:00
contenttypes Updated translations from Transifex 2016-09-30 22:12:41 +02:00
flatpages Updated translations from Transifex 2016-09-30 22:12:41 +02:00
gis Replaced some GIS has_X_method skips with supports_X_aggr/has_X_function. 2017-01-03 09:49:00 -05:00
humanize Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
messages Replaced property() usage with decorator in several places. 2016-08-25 20:06:22 -04:00
postgres Fixed #27693, Refs #27257 -- Fixed iexact lookup on JSONField keys. 2017-01-06 19:25:32 -05:00
redirects Updated translations from Transifex 2016-09-30 22:12:41 +02:00
sessions Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with SuspiciousOperation. 2016-11-01 07:15:56 -04:00
sitemaps Added tests for contrib.sitemaps.ping_google(). 2016-11-22 18:27:19 -05:00
sites Fixed #27181 -- Allowed contrib.sites to match domains with trailing ".". 2016-11-29 18:17:10 -05:00
staticfiles Fixed #27658 -- Prevented collectstatic from overwriting newer files in remote storages. 2017-01-04 12:50:31 -05:00
syndication Replaced smart_* by force_* calls whenever possible 2016-09-03 13:46:41 +02:00
__init__.py