mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-04-28 17:35:34 +08:00
031d42a75d
per the [docs](https://docs.djangoproject.com/en/3.0/ref/forms/fields/#choicefield), `choices` is: > Either an iterable of 2-tuples to use as choices for this field, or a callable that returns such an iterable.