Djongo redefine the structure of ArrayModelField

As of latest version in Djongo, this structure is still not possible if you want to have automatic support for Admin Panel. Having said that, you can always use ListField and write custom view for the admin panel which is a valid solution for now. Also don't see any timeline in which that will be fixed by the developer.


Use ListField:

options = models.ListField()