summaryrefslogtreecommitdiff
path: root/django/test/signals.py
AgeCommit message (Expand)Author
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
2006-09-02Refs #2333 - Re-added the template rendering signal for testing purposes; how...Russell Keith-Magee