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
Age
Commit message (
Expand
)
Author
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
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-04-04
Fixed #25699 -- Allowed using the test client if 'django.contrib.sessions' is...
Sergey Kolosov
2016-04-02
Fixed #26428 -- Added support for relative path redirects in assertRedirects().
Tim Graham
2016-03-23
Fixed #24987 -- Allowed inactive users to login with the test client.
Alexander Gaevsky
2016-03-15
Fixed #25364 -- Added generic way to test on all browsers supported by selenium.
Akshesh
2016-03-15
Fixed #26157 #25321 -- Added sql/params to extra context of schema logger
Markus Holtermann
2016-02-19
Refs #25735 -- Made @tag decorator importable from django.test.
Tim Graham
2016-02-17
Fixed #25735 -- Added support for test tags to DiscoverRunner.
Jakub Paczkowski
2016-02-13
Fixed #11665 -- Made TestCase check deferrable constraints after each test.
Jon Dufresne
2016-02-08
Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.
Tim Graham
2016-02-08
Removed obsolete comment.
knbk
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-07
Fixed #26038 -- Changed FileSystemStorage defaults on setting change.
Simon Charette
2016-01-07
Fixed #24855 -- Allowed using contrib.auth.login() without credentials.
Paulo Poiati
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
2016-01-05
Replaced dict.setdefault() usage to avoid unnecessary object instantiations.
Benjamin Bach
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-31
Fixed #26011 -- Prevented random LiveServerTestCase test failures on Windows.
Marten Kenbeek
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-27
Fixed #25826 -- Improved help text for the --parallel option
Baptiste Mispelon
2015-11-14
Fixed #25647 -- Reverted "Simplified deduplication of test databases."
Tim Graham
2015-11-09
Fixed #25170 -- Made assertXMLEqual()/assertXMLNotEqual() ignore leading and ...
Mattia Larentis
2015-11-03
Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-10-26
Fixed #25611 -- Standardized descriptor signatures.
Tim Graham
2015-09-23
Removed deprecated TEMPLATE_* settings per deprecation timeline.
Tim Graham
2015-09-23
Refs #21977 -- Removed SimpleTestCase.urls per deprecation timeline.
Tim Graham
2015-09-23
Refs #24022 -- Removed the ssi tag per deprecation timeline.
Tim Graham
2015-09-19
Fixed #25424 -- Use force_str for test client URLs.
Travis Jensen
2015-09-14
Prevented --parallel from crashing on Windows.
Aymeric Augustin
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-10
And fixed merge accident :-(
Aymeric Augustin
2015-09-10
Adjusted previous commit.
Aymeric Augustin
2015-09-10
Refs #20461 -- Made tblib optional for a passing test run.
Aymeric Augustin
[prev]
[next]