MongoEngine / django-mongoengine

django mongoengine integration
Other
750 stars 206 forks source link

Fixed for 'StringField' object has no attribute 'flatchoices' #161

Closed dqfort closed 2 years ago

dqfort commented 2 years ago

Fixed for when create field like this LOCALES = (('es', 'Spanish'), ('en', 'English'), ('de', 'German'), ('fr', 'French'), ('it', 'Italian'), ('ru', 'Russian')) title = fields.StringField(choices=LOCALES, max_length=255)