| Age | Commit message (Collapse) | Author |
|
on test client.
|
|
|
|
|
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
|
|
https://github.com/psf/black/releases/tag/24.1.0
|
|
classes.
|
|
Co-authored-by: David Sanders <shang.xiao.sanders@gmail.com>
|
|
|
|
subclasses."
This reverts commit d7f5bfd241666c0a76e90208da1e9ef81aec44db.
Thanks Márton Salomváry for the report.
|
|
and tests.
|
|
|
|
client.
Co-authored-by: Kevan Swanberg <kevswanberg@gmail.com>
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
|
|
|
|
|
SimpleTestCase.assertFormError()/assertFormsetErrors() to take form/formset.
Instead of taking a response object and a context name for
the form/formset, the two methods now take the object directly.
|
|
|
|
|
|
The view_class is available on the view callback, allowing that to be
checked, rather than the __name__.
|
|
|
|
Regression in 1e5aa8e1c79252cc810af21294a6e945d11d37b3.
|
|
|
|
test_client.tests.ClientTest.test_uploading_named_temp_file().
|
|
without a specified trailing slash.
|
|
request.urlconf is set.
|
|
|
|
|
|
|
|
|
|
redirects in test client.
|
|
following HTTP 307/308 redirects in test client.
|
|
This implements support for asynchronous views, asynchronous tests,
asynchronous middleware, and an asynchronous test client.
|
|
is passed as data.
|
|
|
|
|
|
passed as data.
|
|
|
|
|
|
rather than integer.
|
|
their query strings.
|
|
|
|
The smart_str() call (now force_bytes()) added in
e73838b6ddcc7b37c03f9eee04fa6e6a283fedb3 is otherwise untested.
|
|
7bb627936034c1b9500a8d250cce75b30f980b23 is only tested in
django-contrib-comments.
|
|
|
|
|
|
arg is raised.
Also removed usage of the problematic pattern elsewhere.
Regression in 6e55e1d88a5c4453e25f0caf7ffb68973de5c0ba.
|
|
|
|
|
|
|
|
|