Skip to content

Use native enums if the database supports them #18

@thedrow

Description

@thedrow

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions