django/tests
Adrian Holovaty e3e37ed120 Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don't skip or duplicate any records in the case of duplicate values. Thanks for reporting the bug, mattycakes@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-10 05:36:41 +00:00
..
othertests Fixed dateformat unit test that was failing -- the test was incorrect. 2005-11-09 20:41:18 +00:00
testapp Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don't skip or duplicate any records in the case of duplicate values. Thanks for reporting the bug, mattycakes@gmail.com 2005-11-10 05:36:41 +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