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
/
utils.py
Age
Commit message (
Expand
)
Author
2019-01-10
Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.
Simon Charette
2018-11-25
Fixed typo in patch_logger() docstring.
takaaki shimbo
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-08-21
Fixed #29658 -- Registered model lookups in tests with a context manager.
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-08-17
Fixed #29024 -- Made TestContextDecorator call disable() if setUp() raises an...
Kamil
2018-07-30
Fixed #29467 -- Made override_settings handle errors in setting_changed signa...
Sławek Ehlert
2018-06-12
Restored django.test.utils.patch_logger() for backwards compatibility.
Jon Dufresne
2018-05-07
Replaced django.test.utils.patch_logger() with assertLogs().
Claude Paroz
2018-01-08
Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.
Will Ayd
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-26
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-09-11
Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.
Jon Dufresne
2017-08-24
Used sets for CheckRegistry.registered_checks and deployment_checks.
Sergey Fedoseev
2017-08-21
Removed need for hasattr(check, 'tags') in CheckRegistry.
Sergey Fedoseev
2017-05-18
Fixed #28203 -- Ignored connection configuration queries in assertNumQueries().
François Freitag
2017-04-27
Removed obsolete django.test.utils.strip_quotes().
Tim Graham
2017-04-27
Replaced set |= operator with update() to avoid temporary set.
Jon Dufresne
2017-03-04
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-24
Fixed #27873 -- Fixed crash in setup_test_environment() if ALLOWED_HOSTS is a...
Chris Lamb
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-21
Refs #23919 -- Removed django.utils.decorators.available_attrs() usage.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Removed reset_warning_registry() workaround for Python < 3.4.2.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-06
Fixed #27698 -- Added django.test.utils.ContextList.get()
Tim Graham
2016-08-17
Fixed #26840 -- Added test.utils.setup/teardown_databases().
Andreas Pelme
2016-08-15
Fixed #27057 -- Made setup_test_environment() store saved settings in one place.
Chris Jerdonek
2016-08-10
Fixed #27019 -- Made teardown_test_environment() restore the old DEBUG.
Chris Jerdonek
2016-08-08
Fixed #27032 -- Prevented setup_test_environment() from being called twice.
Chris Jerdonek
2016-08-05
Edited docs of test.utils.setup/teardown_test_environment().
Chris Jerdonek
2016-06-20
Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.
Tobias McNulty
2016-06-15
Fixed broken links in docs and comments.
Ville Skyttä
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-03-15
Fixed #26157 #25321 -- Added sql/params to extra context of schema logger
Markus Holtermann
2016-02-17
Fixed #25735 -- Added support for test tags to DiscoverRunner.
Jakub Paczkowski
2016-01-06
Unified test context decorators.
Simon Charette
2016-01-06
Refs #25746 -- Added a test utility to isolate inlined model registration.
Simon Charette
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-11-09
Fixed #25170 -- Made assertXMLEqual()/assertXMLNotEqual() ignore leading and ...
Mattia Larentis
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-27
Fixed #24590 -- Cached calls to swappable_setting.
Markus Holtermann
2015-04-24
Fixed #24526 -- Combined django.request/security loggers with the root logger.
Tim Graham
[next]