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
9abc012003
Fixed bug in basic.py model unit tests caused by [1511] -- the special-case MySQL thing needs to be at the end of the tests
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@1514
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-01 06:01:13 +00:00
..
othertests
Fixed
#736
-- Changed behavior of QueryDict items() to be more consistent, fixed mutability holes, gave MultiValueDict many more dictionary methods and added unit tests. Thanks, Kieran Holland. This is slightly backwards-incompatible if you happened to rely on the behavior of QueryDict.items(), which is highly unlikely.
2005-11-30 04:08:46 +00:00
testapp
Fixed bug in basic.py model unit tests caused by [1511] -- the special-case MySQL thing needs to be at the end of the tests
2005-12-01 06:01:13 +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