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
2017-11-28
[2.0.x] Fixed #28837 -- Fixed test client crash if an exception with more tha...
Nicolas Delaby
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
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-03-07
Refs #27622 -- Fixed a regression in JSON content-type detection
Claude Paroz
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-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-13
Added TransactionTestCase.multi_db instead of using getattr().
Tim Graham
2017-02-09
Fixed #20238 -- Added threading support to LiveServerTestCase.
Nadège Michel
2017-02-09
Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri().
Chronial
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-23
Replaced dict() usage with dict literals.
Jon Dufresne
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
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 django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
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 obsolete __ne__() methods.
Aymeric Augustin
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-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #25190 -- Removed callable_obj parameter to assertRaisesMessages().
Tim Graham
2017-01-17
Refs #23960 -- Removed the host parameter for SimpleTestCase.assertRedirects().
Tim Graham
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
[next]