This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
History
Adrian Holovaty
5d863f1fbd
Fixed
#603
-- Added template debugging errors to pretty error-page output, if TEMPLATE_DEBUG setting is True. Also refactored FilterParser for a significant speed increase and changed the template_loader interface so that it returns information about the loader. Taken from new-admin. Thanks rjwittams and crew
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@1379
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-23 23:10:17 +00:00
..
othertests
Fixed
#603
-- Added template debugging errors to pretty error-page output, if TEMPLATE_DEBUG setting is True. Also refactored FilterParser for a significant speed increase and changed the template_loader interface so that it returns information about the loader. Taken from new-admin. Thanks rjwittams and crew
2005-11-23 23:10:17 +00:00
testapp
Added unit tests to verify OneToOne deletion works
2005-11-21 02:34:05 +00:00
doctest.py
Added first stab at model and DB-API unit tests
2005-07-29 15:15:40 +00:00
runtests.py
Fixed bug in tests/runtests.py -- some versions of MySQLdb require an argument to connection.autocommit()
2005-10-08 20:56:34 +00:00