django1/django/db
Luke Plant 9b86db9bf2 Eliminated lots of mutable default arguments (since they are bugs
waiting to happen and are memory leaks too).


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3070 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-03 13:37:34 +00:00
..
backends Eliminated lots of mutable default arguments (since they are bugs 2006-06-03 13:37:34 +00:00
models Fixed bug in Model._get_next_or_previous_in_order() 2006-06-01 15:01:22 +00:00
__init__.py Improved error message if DATABASE_ENGINE is invalid. 2006-05-26 19:02:23 +00:00
transaction.py Fixed #2052 -- Fixed some threading issues for FreeBSD. Thanks, scott@clued-in.co.uk 2006-06-01 04:57:10 +00:00