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

Support for django.contrib.postgres.fields.JSONField #95

Closed variable closed 4 years ago

variable commented 6 years ago

Just wondering if this is in the roadmap supporting this field? Currently I am getting

django_dynamic_fixture.ddf.UnsupportedFieldError: core.models.Invoice.raw_data (django.contrib.postgres.fields.jsonb.JSONField)

paulocheque commented 5 years ago

No roadmap. A PullRequest is welcome though. Or you can create a CustomField locall in your project. Sorry I don't have a better answer for you.

Best!

paulocheque commented 4 years ago

Thanks again @variable I created a PR to improve this: https://github.com/paulocheque/django-dynamic-fixture/pull/103