django1/django/db
Malcolm Tredinnick e2409750f8 Fixed #3703 -- Added pk property to models. Thanks, Collin Grady and jeromie@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6346 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-16 01:57:25 +00:00
..
backends Made Oracle backend cast CharField values of None to u'' instead of '' 2007-09-14 23:23:55 +00:00
models Fixed #3703 -- Added pk property to models. Thanks, Collin Grady and jeromie@gmail.com. 2007-09-16 01:57:25 +00:00
__init__.py Fixed #5454: settings.DATABASE_BACKEND may now refer to an external package (i.e. one located outside the Django source. Thanks, George Vilches. 2007-09-15 19:25:20 +00:00
transaction.py Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00