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-01-26 10:09:42 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
modeltests
/
test_client
History
…
..
fixtures
Fixed
#5836
-- Corrected the logic in the Test Client when an exception raised by a view is caught and re-raised. Thanks for the report, test case, and fix, Chris Wagner.
2008-06-07 06:25:59 +00:00
__init__.py
…
models.py
…
tests.py
…
urls.py
Fixed
#12011
-- Modified the test client to preserve the request scheme on a redirect. Thanks to tgardner for the report and patch.
2010-02-13 12:01:14 +00:00
views.py
…