Changes between Initial Version and Version 2 of Ticket #31154
- Timestamp:
- 01/09/20 19:22:59 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31154
-
Property
Status
changed from
new
toassigned
-
Property
Component
changed from
Template system
toDatabase layer (models, ORM)
-
Property
Summary
changed from
Enumeration Types not usable in templates
toEnumeration Types are not usable in templates.
- Property Owner changed from nobody to Adam Johnson
- Property Has patch set
-
Property
Triage Stage
changed from
Unreviewed
toAccepted
-
Property
Severity
changed from
Normal
toRelease blocker
-
Property
Status
changed from
-
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 {{{