#31057: Choices enum - Inconsistent values.
-------------------------------------+-------------------------------------
Reporter: laevilgenius | Owner: nobody
Type: Bug | Status: closed
Component: Database layer | Version: 3.0
(models, ORM) |
Severity: Normal | Resolution: invalid
Keywords: enum | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by laevilgenius):
Could we rise an exception in such case then?
Add something like this to metaclass for example:
{{{
if classdict._member_names and cls._member_type_ is object:
raise TypeError(...)
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31057#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/070.44991b712eb75df1b2d0e80ed1d2993c%40djangoproject.com.