berinhard/model_mommy

mommy does not support `CIEmailField`

Closed this issue · 3 comments

Trying to mommy.make a custom user model with the email field renders the following error:

TypeError: <class 'django.contrib.postgres.fields.citext.CIEmailField'> is not supported by mommy.

Maybe we can look into how django-dynamic-fixture does it.

Thanks @tucosaurus! I'm going to take a look and maybe add it to the next release.