Changes between Initial Version and Version 2 of Ticket #31154
- Timestamp:
- Jan 9, 2020, 1:22:59 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31154
- Property Owner changed from to
- Property Status new → assigned
- Property Component Template system → Database layer (models, ORM)
- Property Has patch set
- Property Severity Normal → Release blocker
- Property Triage Stage Unreviewed → Accepted
- Property Summary Enumeration Types not usable in templates → Enumeration Types are not usable in templates.
-
Ticket #31154 – Description
initial v2 1 The new [ enumeration types](https://docs.djangoproject.com/en/3.0/ref/models/fields/#enumeration-types)are great but can't be used in Django templates due to their being callable. For example this doesn't work:1 The new [https://docs.djangoproject.com/en/3.0/ref/models/fields/#enumeration-types enumeration types] are great but can't be used in Django templates due to their being callable. For example this doesn't work: 2 2 3 3 {{{