index
:
django.git
fix-31295
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
Age
Commit message (
Expand
)
Author
2017-05-30
[1.11.x] Fixed #28212 -- Allowed customizing the port that LiveServerTestCase...
Robert Rollins
2017-03-07
[1.11.x] Refs #27622 -- Fixed a regression in JSON content-type detection
Claude Paroz
2017-02-24
[1.11.x] Fixed #27873 -- Fixed crash in setup_test_environment() if ALLOWED_H...
Chris Lamb
2017-01-23
[1.11.x] Replaced dict() usage with dict literals.
Jon Dufresne
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2017-01-06
Fixed #27698 -- Added django.test.utils.ContextList.get()
Tim Graham
2016-12-29
Fixed #25415 -- Made DiscoverRunner run system checks.
Adam Chainz
2016-12-29
Fixed #27622 -- Allowed test client to accept vendor tree JSON content types.
Anton Samarchyan
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-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-12-01
Fixed #27542 -- Made Client.force_login() skip auth backends without get_user().
Anton Samarchyan
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-11-21
Fixed #27516 -- Made test client's response.json() cache the parsed JSON.
Adam Chainz
2016-11-09
Fixed #27184 -- Allowed uploading TemporaryFile with the test client.
Tom Scrace
2016-10-06
Fixed #27301 -- Prevented exceptions that fail unpickling from crashing the p...
Adam Wróbel
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-13
Fixed #27214 -- Made skip db features decorators respect wrapping order and i...
Simon Charette
2016-08-31
Fixed #24112 -- Fixed assertInHTML()'s counting if needle has no root element.
Adam Zapletal
2016-08-26
Fixed #26942 -- Added support for subtests during parallel testing.
Chris Jerdonek
2016-08-25
Replaced property() usage with decorator in several places.
Berker Peksag
2016-08-19
Fixed #22414 -- Ensured that LiveServerTestCase closes connections.
Chris Jerdonek
2016-08-17
Fixed #27077 -- Made SQLite's in-memory database checks DRYer.
Chris Jerdonek
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-12
Fixed #27008 -- Added --debug-mode option to DiscoverRunner.
Chris Jerdonek
2016-08-10
Fixed #27019 -- Made teardown_test_environment() restore the old DEBUG.
Chris Jerdonek
2016-08-09
Fixed #27035 -- Eased changing settings.DEBUG for DiscoverRunner.
Chris Jerdonek
2016-08-08
Fixed #27032 -- Prevented setup_test_environment() from being called twice.
Chris Jerdonek
2016-08-08
Fixed #27028 -- Clarified failed parallel tests message.
Adam Zapletal
2016-08-06
Fixed #27027 -- Restored Client.force_login() defaulting to the first auth ba...
Ben Demboski
2016-08-05
Edited docs of test.utils.setup/teardown_test_environment().
Chris Jerdonek
2016-08-04
Fixed #26981 -- Added DiscoverRunner.get_test_runner_kwargs().
Chris Jerdonek
2016-08-02
Fixed #26980 -- Added ParallelTestSuite.runner_class to aid subclassing.
Chris Jerdonek
2016-08-01
Fixed #26976 -- Added LiveServerTestCase.server_thread_class to ease subclass...
Chris Jerdonek
2016-07-21
Fixed #26922 -- Fixed SimpleTestCase.assertHTMLEqual() crash on Python 3.5+.
Dmitry Dygalo
2016-06-23
Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
Tim Graham
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-06-06
Fixed #26712 -- Avoided unnecessary SET TIMEZONE queries on PostgreSQL.
Simon Charette
2016-06-02
Refs #26666 -- Fixed test failures caused by assertRedirects changes (#6701)
Tobias McNulty
2016-06-02
Fixed #26666 -- Added more useful error message to assertRedirects
Tobias McNulty
2016-05-18
Moved the AUTH_USER_MODEL setting changed receiver.
Simon Charette
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-03
Fixed #26577 -- Disabled implicit wait of Selenium tests where appropriate.
Simon Charette
2016-05-03
Fixed #26567 -- Updated references to obsolete RFC2616.
Vasiliy Faronov
2016-04-29
Refs #26428 -- Added support for relative path redirects to the test client.
Tim Graham
2016-04-25
Fixed #26052 -- Moved conditional_content_removal() processing to the test cl...
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
[next]