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
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-12-21
Refs #25753 -- Reset l10n cache when format settings change
Claude Paroz
2016-11-25
Fixed #25966 -- Made get_user_model() work at import time.
Aymeric Augustin
2016-11-22
Fixed #27513 -- Made Signal.send()/send_robust() a tiny bit faster.
Adam Chainz
2016-06-06
Fixed #26712 -- Avoided unnecessary SET TIMEZONE queries on PostgreSQL.
Simon Charette
2016-05-18
Moved the AUTH_USER_MODEL setting changed receiver.
Simon Charette
2016-02-08
Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.
Tim Graham
2016-01-07
Fixed #26038 -- Changed FileSystemStorage defaults on setting change.
Simon Charette
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-09-23
Removed deprecated TEMPLATE_* settings per deprecation timeline.
Tim Graham
2015-09-23
Refs #24022 -- Removed the ssi tag per deprecation timeline.
Tim Graham
2015-06-07
Fixed #16860 -- Added password validation to django.contrib.auth.
Erik Romijn
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-05-17
Fixed #23820 -- Supported per-database time zone.
Aymeric Augustin
2015-02-15
Deprecated TEMPLATE_DEBUG setting.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-04
Fixed #24197 -- Added clearing of staticfiles caches on settings changes duri...
mlavin
2014-12-28
Added initial support for loading template engines.
Aymeric Augustin
2014-12-24
Fixed #20349 -- Moved setting_changed signal to django.core.signals.
Collin Anderson
2014-12-01
Fixed #23933 -- Made override_settings(DATABASE_ROUTERS) affect the master ro...
wrwrwr
2014-11-23
Encapsulated TEMPLATE_DEBUG in Engine.
Aymeric Augustin
2014-11-23
Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine.
Aymeric Augustin
2014-11-23
Removed dependency of template loaders on Django settings.
Aymeric Augustin
2014-11-23
Moved template loaders management in Engine.
Aymeric Augustin
2014-11-23
Introduced a template engine class.
Aymeric Augustin
2014-11-19
Simplified caching of template context processors.
Aymeric Augustin
2014-11-19
Simplified caching of templatetags modules.
Aymeric Augustin
2014-11-19
Simplified caching of get_default_timezone().
Aymeric Augustin
2014-11-16
Refactored getting the list of template loaders.
Aymeric Augustin
2014-11-16
Refactored listing template subdirectories in apps.
Aymeric Augustin
2014-10-08
Fixed #23600 -- Made default_storage aware of more settings changes.
Duncan Parkes
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
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
[next]