mirror of
https://github.com/Hopiu/django.git
synced 2026-04-07 16:41:03 +00:00
ChoiceFieldRenderer was not rendering nested choices. Added recursion to ChoiceFieldRenderer to take nested choices and render them as <ul>'s. |
||
|---|---|---|
| .. | ||
| extras | ||
| __init__.py | ||
| fields.py | ||
| forms.py | ||
| formsets.py | ||
| models.py | ||
| util.py | ||
| utils.py | ||
| widgets.py | ||