index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
test
/
signals.py
Age
Commit message (
Expand
)
Author
2014-05-05
Fixed #22572 -- override_settings(ROOT_URLCONF) didn't clear urlresolvers._ur...
Loic Bistuer
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-07
Fixed #21518 -- Made override_settings(ROOT_URLCONF) clear the resolver cache.
Chris Wilson
2014-01-27
Removed TransRealMixin.
Aymeric Augustin
2014-01-27
Minor cleanup.
Aymeric Augustin
2014-01-01
Wiped get_commands() cache when INSTALLED_APPS changes.
Aymeric Augustin
2013-12-29
Cleared global templatetags module cache.
Florian Apolloner
2013-12-27
Properly app_template_dirs when INSTALLED_APPS change.
Florian Apolloner
2013-12-23
Refactored INSTALLED_APPS overrides.
Aymeric Augustin
2013-12-22
Complained on override_settings(INSTALLED_APPS=...).
Aymeric Augustin
2013-12-20
Set stacklevel for the override_settings warning.
Aymeric Augustin
2013-11-23
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-07-12
Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'
Joeri Bekker
2012-10-30
Fixed #17744 -- Reset default file storage with setting_changed signal
Claude Paroz
2012-09-15
Fixed #17948 -- Isolated auth tests from custom template loaders
Claude Paroz
2012-08-21
Fixed #18196 -- Improved loaddata error messages.
Claude Paroz
2012-07-21
Fixed #18395 -- Reset language-related global variables with setting_changed
Claude Paroz
2012-04-29
Simplified timezones tests with settings_changed.
Aymeric Augustin
2012-04-09
Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_...
Claude Paroz
2012-03-13
Fixed #17882 (again) -- Updated the database connections' time zone when time...
Aymeric Augustin
2012-03-13
Fixed #17882 -- Reopened the database connection when a test changes time zon...
Aymeric Augustin
2011-05-18
Fixed #15561 -- Extended test setting override code added in r16165 with a de...
Jannis Leidel
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2006-09-02
Refs #2333 - Re-added the template rendering signal for testing purposes; how...
Russell Keith-Magee
[prev]