django1/django/db
Matt Boersma c5d3a925c7 Set Oracle stmtcachesize to 20 instead of 0 for a performance boost.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-21 18:49:07 +00:00
..
backends Set Oracle stmtcachesize to 20 instead of 0 for a performance boost. 2007-12-21 18:49:07 +00:00
models Fixed #6212 -- Give models.NullBooleanField the right default newforms field. Patch from SmileyChris. 2007-12-17 10:35:53 +00:00
__init__.py Fixed #6147 -- Typo fix (that amazingly didn't stop the code working) in the code for loading a database module. Thanks, guido@python.org. 2007-12-09 10:18:56 +00:00
transaction.py Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00