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
2018-11-25
[2.1.x] Fixed typo in patch_logger() docstring.
takaaki shimbo
2018-10-09
[2.1.x] Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-10-09
[2.1.x] Capitalized "Python" in docs and comments.
Jon Dufresne
2018-08-15
[2.1.x] Fixed #29662 -- Allowed test client to accept structured suffix JSON ...
Marnanel Thurman
2018-07-18
[2.1.x] Removed duplicate words in various comments.
Mariusz Felisiak
2018-06-27
[2.1.x] Fixed #29520 -- Fixed test client crash when posting bytes.
Tim Graham
2018-06-12
[2.1.x] Restored django.test.utils.patch_logger() for backwards compatibility.
Jon Dufresne
2018-05-09
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
Morgan Aubert
2018-05-07
Replaced django.test.utils.patch_logger() with assertLogs().
Claude Paroz
2018-03-31
Fixed #29275 -- Made assertFormError() output "(actual errors: none)" instead...
Chris Lamb
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-02-13
Fixed #29106 -- Made DiscoverRunner display selected test tags.
Sanyam Khurana
2018-02-12
Refs #27795 -- Removed force_bytes() in django.test.client where possible.
Tim Graham
2018-02-10
Refs #27795 -- Removed force_text() usage in django/test/testcases.py.
Jon Dufresne
2018-02-06
Fixed #29082 -- Allowed the test client to encode JSON request data.
Nick Sarbicki
2018-02-06
Fixed #27999 -- Added test client support for HTTP 307 and 308 redirects.
Tom
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
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.
Дилян Палаузов
2018-01-03
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2018-01-03
Fixed #28985 -- Removed unneeded None checks before hasattr().
Дилян Палаузов
2017-12-26
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-12-21
Refs #28909 -- Simplifed code using unpacking generalizations.
Nick Pope
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-07
Refs #23919 -- Replaced super() calls for old-style classes.
Nick Pope
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-28
Fixed #28837 -- Fixed test client crash if an exception with more than one ar...
Nicolas Delaby
2017-11-28
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-10-13
Refs #28575 -- Allowed pickling Model.DoesNotExist and MultipleObjectsReturne...
Rachel Tobin
2017-09-25
Refs #27857 -- Replaced json.loads() ValueError exception catching with JSOND...
Tim Graham
2017-09-25
Fixed #27857 -- Dropped support for Python 3.4.
Tim Graham
2017-09-22
Refs #26840 -- Removed django.test.runner.setup_databases() per deprecation t...
Tim Graham
2017-09-11
Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.
Jon Dufresne
2017-09-09
Fixed some comments referring to a nonexistent TestClient class.
Luoxzhg
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-06
Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...
Sergey Fedoseev
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-07-05
Fixed #28360 -- Fixed test runner crash with --debug-sql on fail/error in sub...
Sergey Fedoseev
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-18
Refs #27539 -- Fixed typo in TransactionTestCase._pre_setup() comment.
François Freitag
2017-06-16
Fixed #27539 -- Made TransactionTestCase._pre_setup() clear the queries_log s...
reficul31
2017-06-16
Refs #27787 -- Corrected or removed invalid call_command() options.
Chandrakant Kumar
2017-05-30
Fixed #28212 -- Allowed customizing the port that LiveServerTestCase uses.
Robert Rollins
2017-05-20
Fixed #28180 -- Numbered queries in assertNumQueries failure output
Claude Paroz
2017-05-18
Fixed #28203 -- Ignored connection configuration queries in assertNumQueries().
François Freitag
2017-05-09
Fixed #28081 -- Stopped setting Content-Length=0 in conditional_content_remov...
João Silva
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
[next]