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-21 20:59:11 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
test
History
Tim Graham
d2569f89f2
Fixed
#26428
-- Added support for relative path redirects in assertRedirects().
...
Thanks Trac alias master for the report and review.
2016-04-02 10:35:33 -04:00
..
__init__.py
Refs
#25735
-- Made @tag decorator importable from django.test.
2016-02-19 14:21:00 -05:00
client.py
Fixed
#24987
-- Allowed inactive users to login with the test client.
2016-03-23 09:01:52 -04:00
html.py
Fixed
#25331
-- Removed trailing blank lines in docstrings.
2015-08-31 17:37:21 -04:00
runner.py
Fixed
#25735
-- Added support for test tags to DiscoverRunner.
2016-02-17 09:44:18 -05:00
selenium.py
Fixed
#25364
-- Added generic way to test on all browsers supported by selenium.
2016-03-15 13:10:32 -04:00
signals.py
Fixed
#26177
-- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.
2016-02-08 07:21:54 -05:00
testcases.py
Fixed
#26428
-- Added support for relative path redirects in assertRedirects().
2016-04-02 10:35:33 -04:00
utils.py
Fixed
#26157
#25321
-- Added sql/params to extra context of schema logger
2016-03-15 17:45:58 +11:00