django/tests
Ian Kelly 6a1cf9369f Fixed a bug preventing cursor variables from being passed as bind parameters in the oracle backend.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13042 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-28 17:08:06 +00:00
..
modeltests Fixed the model_forms doctests to not depend on writer PKs, which are db-dependent after r12797. 2010-04-21 19:12:39 +00:00
regressiontests Fixed a bug preventing cursor variables from being passed as bind parameters in the oracle backend. 2010-04-28 17:08:06 +00:00
templates Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete selected template. Thanks to bendavis78 for the report and patch, and Ramiro Morales for his cleanup work. 2010-04-05 12:02:27 +00:00
runtests.py Fixed #13345: Don't attempt to load the locale regressiontests subdirectory as a Django app. Thanks ramiro. 2010-04-14 18:17:44 +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