Changes between Version 3 and Version 6 of Ticket #35072


Ignore:
Timestamp:
Dec 30, 2023, 3:24:05 PM (9 months ago)
Author:
Zowie Beha
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35072

    • Property Cc Zowie Beha added
    • Property Owner changed from nobody to Zowie Beha
    • Property Status newassigned
  • Ticket #35072 – Description

    v3 v6  
    99"A sequence of 2-tuples to use as choices for this field."
    1010
    11 I think this inconsistency is present because support for mappings as choices was introduced in Django 5.0, and the topic page hasn't yet been updated to reflect that change. It should also be mentioned in the topic guide that a callable is a valid choices value.
     11
     12A mapping is used as an example in the topic guide, however it might be better to mention explicitly/upfront all valid choices values (such as callables for example).
Back to Top