I need a nested django admin inline, which I can include the date field inlines in an other inline like below.
I have the models below:
class Person
Nested inlines are provided at: https://github.com/BertrandBordage/django-super-inlines/
pip install django-super-inlines