paulocheque / django-dynamic-fixture

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

Add support for django-pgfields' UUIDField #71

Closed frankier closed 4 years ago

frankier commented 9 years ago

This adds support for the generating a UUIDField from django-pgfields. See: https://django-pgfields.readthedocs.org/en/latest/fields.html#uuid-field

paulocheque commented 4 years ago

@frankier The library has support for UUIDFields of Django. I bet it is compatible with this library. Did you face any UnsupportedFieldException?

Could you print the error here?

ps: I did the same implementation, but I put in the base class to avoid dulpicated code