| Age | Commit message (Expand) | Author |
| 2015-09-23 | Removed django.core.context_processors per deprecation timeline. | Tim Graham |
| 2015-06-24 | Renamed RemovedInDjangoXYWarnings for new roadmap. | Tim Graham |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham |
| 2014-12-28 | Moved context_processors from django.core to django.template. | Aymeric Augustin |
| 2014-08-30 | Converted sql_queries into a lazily evaluated list. | Bas Peschier |
| 2013-11-02 | More attacking E302 violators | Alex Gaynor |
| 2013-10-14 | Fixed #21266 -- Fixed E201,E202 pep8 warnings. | Larry O'Neill |
| 2012-08-13 | [py3] Made csrf context processor return Unicode | Claude Paroz |
| 2012-08-07 | [py3] Ported django.utils.encoding. | Aymeric Augustin |
| 2012-06-07 | Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. | Claude Paroz |
| 2012-05-19 | Marked bytestrings with b prefix. Refs #18269 | Claude Paroz |
| 2012-03-31 | Removed deprecated copy of PermWrapper and PermLookupDict from django.core.co... | Aymeric Augustin |
| 2011-11-18 | Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. | Aymeric Augustin |
| 2011-04-02 | Advanced deprecations in core.mail, core.commands, core.context_processors an... | Russell Keith-Magee |
| 2011-02-23 | Fixed #15299 -- Started the process of migrating the auth context processor s... | Russell Keith-Magee |
| 2010-11-17 | Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio... | Jannis Leidel |
| 2010-11-11 | Reverted deprecation of media context processor (from r14293) to separate sta... | Jannis Leidel |
| 2010-10-20 | Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank... | Jannis Leidel |
| 2010-10-11 | Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin... | Russell Keith-Magee |
| 2010-02-21 | Fixed #12066 - Moved auth context processor from core to the auth app. Thanks... | Jannis Leidel |
| 2009-12-09 | Fixed #4604 - Configurable message passing system, supporting anonymous users | Luke Plant |
| 2009-10-27 | Moved contrib.csrf.* to core code. | Luke Plant |
| 2009-10-15 | Fixed a regression on Python 2.6 caused by r11623 | Luke Plant |
| 2009-10-14 | Fixed #6552, #12031 - Make django.core.context_processors.auth lazy to avoid ... | Luke Plant |
| 2008-08-09 | No, really: PermWrapper is not iterable. Fixes #8182. | Jacob Kaplan-Moss |
| 2008-07-06 | Fixed #7072 -- More logical and robust language settings in the i18n context ... | Malcolm Tredinnick |
| 2007-09-16 | Fixed #4049 -- Improved error handling in auth() context processor. Based on ... | Malcolm Tredinnick |
| 2007-05-29 | Fixed #1278 -- Added a context processor that puts MEDIA_URL in the context, ... | Russell Keith-Magee |
| 2006-09-23 | Fixed #2418 -- Fixed obsolete method call in PermLookupDict.__repr__. Thanks, | Malcolm Tredinnick |
| 2006-06-08 | Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan... | Adrian Holovaty |
| 2006-06-06 | fixed #2089: added language bidirectional support and updated the admin to us... | Georg Bauer |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-01-27 | Fixed #1271 -- Added a 'request' template context processor, which is not act... | Adrian Holovaty |
| 2005-12-24 | Added missing context_processors module from [1773] | Adrian Holovaty |