Changes between Version 3 and Version 6 of Ticket #35072
- Timestamp:
- Dec 30, 2023, 3:24:05 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35072
- Property Cc added
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #35072 – Description
v3 v6 9 9 "A sequence of 2-tuples to use as choices for this field." 10 10 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 12 A 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).