All major databases that Django support already supports enums at the database level.
You can also implement enums in SQLite using CHECK.
Is there a good way to hook into south and django migrations framework in order to make this field use their native database type?
All major databases that Django support already supports enums at the database level.
You can also implement enums in SQLite using CHECK.
Is there a good way to hook into south and django migrations framework in order to make this field use their native database type?