Changes between Version 1 and Version 2 of Ticket #28033, comment 10
- Timestamp:
- Apr 6, 2017, 9:53:48 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28033, comment 10
v1 v2 1 ''From [https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.Field.choices django documentation] 2 3 4 "Note that choices can be any iterable object – not necessarily a list or tuple. This lets you construct choices dynamically. "--'' 5 6 I see now what is missing. 7