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 12:49:11 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
test
History
Nick Pope
c68f66e014
Refs
#23919
-- Replaced super() calls for old-style classes.
2017-12-07 09:10:32 -05:00
..
__init__.py
Refs
#27656
-- Updated remaining docstring verbs according to PEP 257.
2017-03-04 10:02:06 -05:00
client.py
Fixed
#28837
-- Fixed test client crash if an exception with more than one arg is raised.
2017-11-28 18:55:23 -05:00
html.py
Refs
#23919
-- Replaced super() calls for old-style classes.
2017-12-07 09:10:32 -05:00
runner.py
Refs
#28575
-- Allowed pickling Model.DoesNotExist and MultipleObjectsReturned classes.
2017-10-13 09:16:09 -04:00
selenium.py
Refs
#27656
-- Updated remaining docstring verbs according to PEP 257.
2017-03-04 10:02:06 -05:00
signals.py
Reverted "Fixed
#27818
-- Replaced try/except/pass with contextlib.suppress()."
2017-09-07 08:16:21 -04:00
testcases.py
Fixed
#28860
-- Removed unnecessary len() calls.
2017-12-04 10:35:23 -05:00
utils.py
Fixed
#28893
-- Removed unnecessary dict.items() calls.
2017-12-06 17:17:59 -05:00