Opened 8 years ago

Last modified 8 years ago

#25764 closed New feature

Support serialization of enum.Enum instances — at Version 1

Reported by: Andrei Fokau Owned by: Andrei Fokau
Component: Migrations Version: dev
Severity: Normal Keywords: migrations, serialization, enum
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Andrei Fokau)

Allow serialization of native enum and using it in field arguments incl. default and choices.

https://github.com/django/django/pull/5672

Change History (1)

comment:1 by Andrei Fokau, 8 years ago

Description: modified (diff)
Status: newassigned
Note: See TracTickets for help on using tickets.
Back to Top