Changes between Initial Version and Version 2 of Ticket #31154


Ignore:
Timestamp:
01/09/20 19:22:59 (4 years ago)
Author:
Mariusz Felisiak
Comment:

PR

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31154

    • Property Status changed from new to assigned
    • Property Component changed from Template system to Database layer (models, ORM)
    • Property Summary changed from Enumeration Types not usable in templates to Enumeration Types are not usable in templates.
    • Property Owner changed from nobody to Adam Johnson
    • Property Has patch set
    • Property Triage Stage changed from Unreviewed to Accepted
    • Property Severity changed from Normal to Release blocker
  • 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:
     1The 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:
    22
    33{{{
Back to Top