Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/test/signals.py
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecated TEMPLATE_* settings per deprecation ti...Tim Graham2015-09-241-5/+0
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-241-1/+0
* Fixed #16860 -- Added password validation to django.contr...Erik Romijn2015-06-071-0/+7
* Fixed #17085, #24783 -- Refactored template library regis...Preston Timmons2015-05-211-3/+0
* Fixed #23820 -- Supported per-database time zone.Aymeric Augustin2015-05-171-14/+14
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-151-0/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #24197 -- Added clearing of staticfiles caches on s...mlavin2015-02-041-0/+21
* Added initial support for loading template engines.Aymeric Augustin2014-12-281-1/+10
* Fixed #20349 -- Moved setting_changed signal to django.co...Collin Anderson2014-12-241-2/+1
* Fixed #23933 -- Made override_settings(DATABASE_ROUTERS) ...wrwrwr2014-12-011-1/+8
* Encapsulated TEMPLATE_DEBUG in Engine.Aymeric Augustin2014-11-231-0/+1
* Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine.Aymeric Augustin2014-11-231-7/+0
* Removed dependency of template loaders on Django settings.Aymeric Augustin2014-11-231-0/+1
* Moved template loaders management in Engine.Aymeric Augustin2014-11-231-7/+0
* Introduced a template engine class.Aymeric Augustin2014-11-231-0/+13
* Simplified caching of template context processors.Aymeric Augustin2014-11-191-2/+2
* Simplified caching of templatetags modules.Aymeric Augustin2014-11-191-2/+2
* Simplified caching of get_default_timezone().Aymeric Augustin2014-11-191-1/+1
* Refactored getting the list of template loaders.Aymeric Augustin2014-11-161-2/+2
* Refactored listing template subdirectories in apps.Aymeric Augustin2014-11-161-3/+3
* Fixed #23600 -- Made default_storage aware of more settin...Duncan Parkes2014-10-091-1/+9
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-1/+1
* Fixed #22572 -- override_settings(ROOT_URLCONF) didn't cl...Loic Bistuer2014-05-051-1/+2
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #21518 -- Made override_settings(ROOT_URLCONF) clea...Chris Wilson2014-02-071-0/+7
* Removed TransRealMixin.Aymeric Augustin2014-01-271-3/+9
* Minor cleanup.Aymeric Augustin2014-01-271-6/+6
* Wiped get_commands() cache when INSTALLED_APPS changes.Aymeric Augustin2014-01-011-0/+3
* Cleared global templatetags module cache.Florian Apolloner2013-12-291-0/+3
* Properly app_template_dirs when INSTALLED_APPS change.Florian Apolloner2013-12-271-0/+3
* Refactored INSTALLED_APPS overrides.Aymeric Augustin2013-12-231-1/+9
* Complained on override_settings(INSTALLED_APPS=...).Aymeric Augustin2013-12-221-1/+1
* Set stacklevel for the override_settings warning.Aymeric Augustin2013-12-201-1/+4
* Fixed #21012 -- New API to access cache backends.Curtis Maloney2013-11-231-0/+8
* Fixed #19031 -- Added a warning when using override_setti...Joeri Bekker2013-07-121-1/+12
* Fixed #17744 -- Reset default file storage with setting_c...Claude Paroz2012-10-301-0/+7
* Fixed #17948 -- Isolated auth tests from custom template ...Claude Paroz2012-09-151-0/+7
* Fixed #18196 -- Improved loaddata error messages.Claude Paroz2012-08-211-1/+8
* Fixed #18395 -- Reset language-related global variables w...Claude Paroz2012-07-211-0/+12
* Simplified timezones tests with settings_changed.Aymeric Augustin2012-04-291-2/+22
* Fixed #17848 -- Added setting_changed signal for cases wh...Claude Paroz2012-04-091-2/+7
* Fixed #17882 (again) -- Updated the database connections'...Aymeric Augustin2012-03-141-7/+16
* Fixed #17882 -- Reopened the database connection when a t...Aymeric Augustin2012-03-131-0/+9
* Fixed #15561 -- Extended test setting override code added...Jannis Leidel2011-05-181-0/+2
* Major refactoring of django.dispatch with an eye towards ...Jacob Kaplan-Moss2008-08-061-1/+3
* Refs #2333 - Re-added the template rendering signal for t...Russell Keith-Magee2006-09-021-0/+1