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-02-15 11:58:44 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
test
History
Tim Graham
b5f0b3478d
Fixed
#27579
-- Added aliases for Python 3's assertion names in SimpleTestCase.
2016-12-07 17:42:31 -05:00
..
__init__.py
…
client.py
Fixed
#27542
-- Made Client.force_login() skip auth backends without get_user().
2016-12-01 09:50:08 -05:00
html.py
Refs
#27025
-- Fixed "invalid escape sequence" warnings in Python 3.6.
2016-09-17 15:44:06 -04:00
runner.py
Fixed
#27301
-- Prevented exceptions that fail unpickling from crashing the parallel test runner.
2016-10-06 15:54:38 -04:00
selenium.py
…
signals.py
Fixed
#25966
-- Made get_user_model() work at import time.
2016-11-25 14:15:49 +01:00
testcases.py
Fixed
#27579
-- Added aliases for Python 3's assertion names in SimpleTestCase.
2016-12-07 17:42:31 -05:00
utils.py
…