On 9/5/05, jws <[EMAIL PROTECTED]> wrote: > I would expect the produced SQL(for Postgres) to include a DEFAULT > 'FALSE' clause. > > Does the 'default' keyword only relate to html forms?
That's correct. The "default" keyword is only used by Python, not on the SQL layer. That said, I don't see any reason not to add it in the CREATE TABLE statements where appropriate. Any thoughts? Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org
