This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2024-12-27 19:46:22 +00:00
Code
Issues
30
Releases
Wiki
Activity
22471a41ba
django
/
tests
/
regressiontests
/
requests
History
Aymeric Augustin
d7c6a57d60
Used @override_settings in several tests.
2012-10-20 23:22:46 +02:00
..
__init__.py
Fixed
#5595
-- Made
ModPythonRequest.__repr__
return a string instead of a unicode object. Fixes the printout of the request object in those server error e-mails I never get :)
2008-03-08 03:06:30 +00:00
models.py
Fixed
#5595
-- Made
ModPythonRequest.__repr__
return a string instead of a unicode object. Fixes the printout of the request object in those server error e-mails I never get :)
2008-03-08 03:06:30 +00:00
tests.py
Used @override_settings in several tests.
2012-10-20 23:22:46 +02:00