Changes between Initial Version and Version 1 of Ticket #28033, comment 10
- Timestamp:
- Apr 6, 2017, 9:50:14 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28033, comment 10
initial v1 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. "