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-23 07:55:07 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
modeltests
/
test_client
History
Anssi Kääriäinen
8fad77da95
Ensured tests pass using custom PASSWORD_HASHERS.
2012-04-30 22:10:27 +03:00
..
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
Ensured tests pass using custom PASSWORD_HASHERS.
2012-04-30 22:10:27 +03:00
tests.py
Convert all modeltests to use absolute imports, rather than relative ones.
2011-10-13 18:04:12 +00:00
urls.py
Convert all modeltests to use absolute imports, rather than relative ones.
2011-10-13 18:04:12 +00:00
views.py
Fixed
#17323
-- Renamed HttpRequest.raw_post_data to request.body. Thanks for the patch, dstufft
2011-12-16 23:40:32 +00:00