paulocheque / django-dynamic-fixture

A complete library to create dynamic model instances for testing purposes.
http://django-dynamic-fixture.readthedocs.io/
Other
390 stars 67 forks source link

UnsupportedFieldError on django.contrib.postgres.fields.array.ArrayField #84

Closed firehawk895 closed 7 years ago

firehawk895 commented 7 years ago

Shouldn't PostgreSQL fields supported out of the box? PS: thanks for the great library :)

paulocheque commented 7 years ago

Thanks for the report. Check this commit, it should be implemented or, at least, useful as a reference for a custom fixture.

paulocheque commented 7 years ago

Fixed in 1.9.4.