Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DecimalRangeField support requested #70

Closed
elcolie opened this issue Apr 29, 2020 · 0 comments · Fixed by #80
Closed

DecimalRangeField support requested #70

elcolie opened this issue Apr 29, 2020 · 0 comments · Fixed by #80

Comments

@elcolie
Copy link

elcolie commented Apr 29, 2020

TypeError: <class 'django.contrib.postgres.fields.ranges.DecimalRangeField'> is not supported by baker.

Expected behavior

Be able to get instance

What you expected.
instance is created

Actual behavior

TypeError: <class 'django.contrib.postgres.fields.ranges.DecimalRangeField'> is not supported by baker.

Reproduction Steps

  1. from django.contrib.postgres.fields import DecimalRangeField as a header
  2. Make a model with DecimalRangeField()
  3. baker.make(MyModel, _quantity=20)

Versions

Python: 3.8.2
Django: django==3.0.5
Model Bakery: model-bakery==1.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant