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-23 13:49:22 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
test
History
Diego Guimarães
9f427617e4
Refs
#23947
-- Worked around a bug in Python that prevents deprecation warnings from appearing in tests.
2014-12-06 14:46:01 -05:00
..
__init__.py
Fixed
#23289
-- Added mock as a test dependency.
2014-12-01 16:08:25 -05:00
client.py
Fixed
#23911
-- Added support for buffer file uploads in the test client
2014-12-04 07:42:03 -05:00
html.py
Fixed all the E203 violations
2013-10-26 18:27:42 -07:00
runner.py
Fixed
#23742
-- Added an option to reverse tests order.
2014-11-24 19:24:11 -05:00
signals.py
Fixed
#23933
-- Made override_settings(DATABASE_ROUTERS) affect the master router.
2014-12-01 11:30:50 -05:00
testcases.py
Fixed
#20392
-- Added TestCase.setUpTestData()
2014-12-03 10:37:04 -05:00
utils.py
Refs
#23947
-- Worked around a bug in Python that prevents deprecation warnings from appearing in tests.
2014-12-06 14:46:01 -05:00