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-10-19 19:59:26 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
test
History
Patrick Jenkins
46e74a5256
Fixed
#28337
-- Preserved extra headers of requests made with django.test.Client in assertRedirects().
...
Co-Authored-By: Hasan Ramezani <hasan.r67@gmail.com>
2019-10-18 08:42:51 +02:00
..
__init__.py
Refs
#27656
-- Updated remaining docstring verbs according to PEP 257.
2017-03-04 10:02:06 -05:00
client.py
Fixed
#28337
-- Preserved extra headers of requests made with django.test.Client in assertRedirects().
2019-10-18 08:42:51 +02:00
html.py
Fixed
#30470
-- Added assertHTMLEqual() support for all self closing tags.
2019-05-10 12:04:07 +02:00
runner.py
Fixed
#30676
-- Added --pdb option to test runner.
2019-08-07 08:16:31 +02:00
selenium.py
Fixed
#30220
-- Added support for headless mode in selenium tests.
2019-05-17 08:14:54 +02:00
signals.py
Refs
#29817
-- Removed settings.FILE_CHARSET per deprecation timeline.
2019-09-10 12:01:00 +02:00
testcases.py
Fixed
#28337
-- Preserved extra headers of requests made with django.test.Client in assertRedirects().
2019-10-18 08:42:51 +02:00
utils.py
Fixed
#30497
-- Ignored document type in assertXMLEqual()/assertXMLNotEqual().
2019-05-24 07:29:42 +02:00