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-24 17:15:03 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
History
…
..
modeltests
Fixed
#13895
-- Refactored aggregation_regress doctests. Thanks to Alex Gaynor for the patch.
2010-08-20 14:28:42 +00:00
regressiontests
Fixed
#14148
-- Ensure the admin_script tests always use an absolute path; PyPy (and sometimes CPython) return relative paths for __file__. Thanks to Alex Gaynor for the report and patch.
2010-08-21 02:55:02 +00:00
templates
…
runtests.py
Fixed
#12574
-- Removed an unnecessary exception catch from the system runtest script, which could hide failing tests. Thanks to CarlFK for the report, and Ramiro Morales for the polish.
2010-08-20 15:03:11 +00:00
test_sqlite.py
Fixed
#6298
- Added sample settings file to run the Django test suite (SQLite). Thanks, Eric Holscher.
2010-02-23 20:45:50 +00:00
urls.py
Fixed
#6094
-- Middleware exceptions are now caught by the core handler. Thanks, isagalaev
2010-01-10 17:35:01 +00:00