| Age | Commit message (Collapse) | Author |
|
on Python 3.13+.
|
|
|
|
|
|
|
|
HttpResponse.text property.
Signed-off-by: SaJH <wogur981208@gmail.com>
|
|
TransactionTestCase.setUpClass().
|
|
|
|
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
|
|
|
|
This work should not generate any change of functionality, and
`urlsplit` is approximately 6x faster.
Most use cases of `urlparse` didn't touch the path, so they can be
converted to `urlsplit` without any issue. Most of those which do use
`.path`, simply parse the URL, mutate the querystring, then put them
back together, which is also fine (so long as urlunsplit is used).
|
|
The .execute_cdp_cmd() method doesn't exist on selenium.webdriver.Remote.
|
|
|
|
Added a top-level directory in the zip archive that is the commit
hash which makes it easier when downloading multiple artifacts
for comparison. Updated the filenames of screenshots for easier
comparison between different cases. Added that an error is
raised if no screenshots uploaded in workflow.
|
|
|
|
Thank you to Sarah Abderemane and Nick Pope for the reviews.
|
|
Thanks Andrew-Chen-Wang for the initial implementation which was posted
to the Django forum thread about asyncifying contrib modules.
|
|
|
|
PickleError is raised.
Related to the https://github.com/python/cpython/issues/73373.
Follow up to c09e8f5fd8f977bf16e9ec5d11b370151fc81ea8.
|
|
|
|
Regression in 8fb0be3500cc7519a56985b1b6f415d75ac6fedb.
Thanks Florian Apolloner for the report.
|
|
savepoints.
|
|
https://github.com/psf/black/releases/tag/24.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classes.
|
|
Co-authored-by: David Sanders <shang.xiao.sanders@gmail.com>
|
|
of used connections.
Thanks to David Smith for the investigation & patch.
Regression in 2128a73713735fb794ca6565fd5d7792293f5cfa.
Follow up to a5905b164dbf52e59fa646af9c3d523c0804d86a.
Co-authored-by: David Sanders <shang.xiao.sanders@gmail.com>
|
|
|
|
window size.
|
|
error messages.
|
|
consistent with other assertions.
Co-authored-by: Chinmoy Chakraborty <chinmoy12c@gmail.com>
|
|
|
|
|
|
|
|
parallel workers.
|
|
templates.
|
|
This also removes django.core.files.storage.get_storage_class().
Per deprecation timeline.
|
|
deprecation timeline.
|
|
timeline.
|
|
|
|
|
|
All AsyncRequestFactory methods are still synchronous callables.
|
|
|
|
|
|
|
|
|