graphene-django icon indicating copy to clipboard operation
graphene-django copied to clipboard

Make graphene.Decimal consistent to models.DecimalField

Open fkromer opened this issue 5 years ago • 6 comments

Django's DecimalField class DecimalField(max_digits=None, decimal_places=None, **options) with max_digits and decimal_places is super useful. graphene.Decimal seems not to support definition of places before and after the point yet. What about making graphene.Decimal more consistent with DecimalField?

fkromer avatar Apr 03 '20 15:04 fkromer

@fkromer @jkimbo I assigned this issue to myself. I can tackle with this after completing #91 and #958

ulgens avatar May 11 '20 06:05 ulgens

@ulgens Thx a lot!

fkromer avatar May 11 '20 10:05 fkromer

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] avatar Aug 27 '20 00:08 stale[bot]

was this fixed?

isaacfink avatar Feb 27 '22 17:02 isaacfink

Wondering whats an update on this one?

awaisdar001 avatar Jul 04 '22 09:07 awaisdar001