django1/django/db
Adrian Holovaty 5cb093b033 newforms: Changed form_for_model() to ignore a field if its formfield() returns None, and changed AutoField.formfield() to return None
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-15 21:22:13 +00:00
..
backends Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra kwargs to the backend's connect method. Thanks, ymasuda. 2006-11-07 05:17:38 +00:00
models newforms: Changed form_for_model() to ignore a field if its formfield() returns None, and changed AutoField.formfield() to return None 2006-12-15 21:22:13 +00:00
__init__.py Fixed typo in 'incorrect backend' database error message 2006-11-13 05:02:45 +00:00
transaction.py Fixed typo in docstring in db/transaction.py 2006-06-16 19:35:57 +00:00