This does not act as I expect:
foo = meta.BoooleanField(default='FALSE')I would expect the produced SQL(for Postgres) to include a DEFAULT 'FALSE' clause. Does the 'default' keyword only relate to html forms?
This does not act as I expect:
foo = meta.BoooleanField(default='FALSE')I would expect the produced SQL(for Postgres) to include a DEFAULT 'FALSE' clause. Does the 'default' keyword only relate to html forms?