summaryrefslogtreecommitdiff
path: root/django/test/signals.py
AgeCommit message (Expand)Author
2016-05-18Moved the AUTH_USER_MODEL setting changed receiver.Simon Charette
2016-02-08Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.Tim Graham
2016-01-07Fixed #26038 -- Changed FileSystemStorage defaults on setting change.Simon Charette
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-09-23Removed deprecated TEMPLATE_* settings per deprecation timeline.Tim Graham
2015-09-23Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham
2015-06-07Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-05-17Fixed #23820 -- Supported per-database time zone.Aymeric Augustin
2015-02-15Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-04Fixed #24197 -- Added clearing of staticfiles caches on settings changes duri...mlavin
2014-12-28Added initial support for loading template engines.Aymeric Augustin
2014-12-24Fixed #20349 -- Moved setting_changed signal to django.core.signals.Collin Anderson
2014-12-01Fixed #23933 -- Made override_settings(DATABASE_ROUTERS) affect the master ro...wrwrwr
2014-11-23Encapsulated TEMPLATE_DEBUG in Engine.Aymeric Augustin
2014-11-23Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine.Aymeric Augustin
2014-11-23Removed dependency of template loaders on Django settings.Aymeric Augustin
2014-11-23Moved template loaders management in Engine.Aymeric Augustin
2014-11-23Introduced a template engine class.Aymeric Augustin
2014-11-19Simplified caching of template context processors.Aymeric Augustin
2014-11-19Simplified caching of templatetags modules.Aymeric Augustin
2014-11-19Simplified caching of get_default_timezone().Aymeric Augustin
2014-11-16Refactored getting the list of template loaders.Aymeric Augustin
2014-11-16Refactored listing template subdirectories in apps.Aymeric Augustin
2014-10-08Fixed #23600 -- Made default_storage aware of more settings changes.Duncan Parkes
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-05-05Fixed #22572 -- override_settings(ROOT_URLCONF) didn't clear urlresolvers._ur...Loic Bistuer
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-07Fixed #21518 -- Made override_settings(ROOT_URLCONF) clear the resolver cache.Chris Wilson
2014-01-27Removed TransRealMixin.Aymeric Augustin
2014-01-27Minor cleanup.Aymeric Augustin
2014-01-01Wiped get_commands() cache when INSTALLED_APPS changes.Aymeric Augustin
2013-12-29Cleared global templatetags module cache.Florian Apolloner
2013-12-27Properly app_template_dirs when INSTALLED_APPS change.Florian Apolloner
2013-12-23Refactored INSTALLED_APPS overrides.Aymeric Augustin
2013-12-22Complained on override_settings(INSTALLED_APPS=...).Aymeric Augustin
2013-12-20Set stacklevel for the override_settings warning.Aymeric Augustin
2013-11-23Fixed #21012 -- New API to access cache backends.Curtis Maloney
2013-07-12Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'Joeri Bekker
2012-10-30Fixed #17744 -- Reset default file storage with setting_changed signalClaude Paroz
2012-09-15Fixed #17948 -- Isolated auth tests from custom template loadersClaude Paroz
2012-08-21Fixed #18196 -- Improved loaddata error messages.Claude Paroz
2012-07-21Fixed #18395 -- Reset language-related global variables with setting_changedClaude Paroz
2012-04-29Simplified timezones tests with settings_changed.Aymeric Augustin
2012-04-09Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_...Claude Paroz
2012-03-13Fixed #17882 (again) -- Updated the database connections' time zone when time...Aymeric Augustin
2012-03-13Fixed #17882 -- Reopened the database connection when a test changes time zon...Aymeric Augustin
2011-05-18Fixed #15561 -- Extended test setting override code added in r16165 with a de...Jannis Leidel
2008-08-06Major refactoring of django.dispatch with an eye towards speed. The net resul...Jacob Kaplan-Moss