django1/django/db
Malcolm Tredinnick 0c08368116 Fixed -- For better SQL portability, don't specify "NULL" on nullable
columns when creating tables. Patch from Ian Kelly.

Columns are NULL by default, so we only need to use "NOT NULL" when we want
non-default behaviour.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-06 01:56:13 +00:00
..
backends Fixed -- For better SQL portability, don't specify "NULL" on nullable 2009-01-06 01:56:13 +00:00
models Nested query support. 2009-01-05 11:47:48 +00:00
__init__.py Fixed -- If an invalid database backend is mentioned in settings and the 2008-08-17 17:32:31 +00:00
transaction.py Fixed -- More robust exception catching in the transaction management 2008-08-17 00:07:06 +00:00