This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-07-07 03:09:22 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
test
History
Hasan Ramezani
6b020f3c94
[3.2.x]
Fixed
#32547
-- Corrected notes about validation in HTML assertions docs.
...
Backport of ceb4b9ee68dffc6ab0398886f1758f15f037c472 from main
2021-03-18 11:09:03 +01:00
..
__init__.py
Fixed
#31224
-- Added support for asynchronous views and middleware.
2020-03-18 19:59:12 +01:00
client.py
Fixed
#32159
-- Ensured AsyncRequestFactory correctly sets headers.
2020-11-04 11:07:15 +01:00
html.py
[3.2.x]
Fixed
#32547
-- Corrected notes about validation in HTML assertions docs.
2021-03-18 11:09:03 +01:00
runner.py
[3.2.x]
Fixed
#32560
-- Fixed test runner with --pdb and --buffer on fail/error.
2021-03-17 21:51:27 +01:00
selenium.py
Bumped minimum isort version to 5.1.0.
2020-07-30 10:58:59 +02:00
signals.py
Fixed
#32233
-- Cleaned-up duplicate connection functionality.
2020-12-08 08:55:44 +01:00
testcases.py
[3.2.x] Refs
#31235
-- Improved assertQuerysetEqual() warning message with stacklevel=2.
2021-03-10 16:13:03 +01:00
utils.py
[3.2.x] Refs
#31811
-- Restored **kwargs to django.test.utils.setup_databases().
2021-02-24 12:58:18 +01:00