Older revisions
r188
by chipx86
on Oct 24, 2010
Diff
Add support for multiple databases in
Django 1.2.
This updates all database-related call
sites for Django 1.2's multiple
...
r184
by chipx86
on Oct 13, 2010
Diff
Fix incorrect defaults on SQLite when
adding null fields.
On SQLite, adding a null field without
a default value would cause the
...
r180
by chipx86
on May 18, 2010
Diff
Clean up some warnings from pyflakes.
There were several unused variables,
mostly in exception handlers. They're
pointless, so clean them up.
All revisions of this file