sphinx-doc / sphinxcontrib-django

This is a sphinx extension which improves the documentation of Django apps.
https://pypi.org/project/sphinxcontrib-django/
Apache License 2.0
43 stars 25 forks source link

Add support for Django 5.x choices #73

Open sevdog opened 2 weeks ago

sevdog commented 2 weeks ago

Motivation

Django 5.0 introduces new methods to define choices (see Django 5.0 announcement, now choices may be:

Proposed Solution

The method get_field_details should check which kind of choices are available on the field before using it.