django1/django/contrib
Paulo bfb746f983 Refs #16043 -- Refactored internal fields value cache.
* Removed all hardcoded logic for _{fieldname}_cache.
* Added an internal API for interacting with the field values cache.

Thanks carljm and MarkusH for support.
2017-08-10 12:06:02 -04:00
..
admin Fixed #28472 -- Optimized a jQuery selector in admin's actions.js. 2017-08-08 08:35:57 -04:00
admindocs Updated translations from Transifex 2017-05-31 21:43:40 +02:00
auth Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). 2017-06-28 14:07:55 -04:00
contenttypes Refs #16043 -- Refactored internal fields value cache. 2017-08-10 12:06:02 -04:00
flatpages Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
gis Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditor 2017-08-08 17:37:43 +02:00
humanize Refs #21415 -- Fixed contrib.humanize translations for es_AR 2017-07-05 08:41:09 +02:00
messages Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). 2017-06-28 14:07:55 -04:00
postgres Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditor 2017-08-08 17:37:43 +02:00
redirects Fixed #28152 -- Made migrations serialize sets as set literals rather than set(). 2017-05-18 09:33:40 -04:00
sessions Avoided creation of temporary sets. 2017-07-29 10:16:43 -04:00
sitemaps Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). 2017-06-28 14:07:55 -04:00
sites Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). 2017-06-28 14:07:55 -04:00
staticfiles Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). 2017-06-28 14:07:55 -04:00
syndication Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). 2017-06-28 14:07:55 -04:00
__init__.py