iommirocks / iommi

Your first pick for a django power cord
http://iommi.rocks
BSD 3-Clause "New" or "Revised" License
718 stars 47 forks source link

Django 5: grouped choices #444

Open boxed opened 1 year ago

boxed commented 1 year ago

https://fosstodon.org/@davidsmith/110983392029067619

jlubcke commented 1 year ago

Is this not exactly what Field.choice_to_optgroup does? (Although the documentation need some love)

Django has support for grouped choices even in earlier version as well. https://docs.djangoproject.com/en/4.2/ref/models/fields/#field-choices

boxed commented 1 year ago

Maybe. But in any case if there is such a mapping in models, iommi should by default convert it to the iommi native thing.