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

InvoiceItem model has two fields named quantity #318

Closed
JimmyVT opened this issue Feb 28, 2017 · 3 comments
Closed

InvoiceItem model has two fields named quantity #318

JimmyVT opened this issue Feb 28, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@JimmyVT
Copy link

JimmyVT commented Feb 28, 2017

I'm not that familiar with Stripe's API, but I believe the one that should remain is the IntegerField and not the PositiveIntegerField ... Am I correct in assuming this?

@iarp
Copy link
Contributor

iarp commented Feb 28, 2017

You're right, django takes the last one listed top to bottom. Looking at the migrations you can also see PositiveIntergerField has never been used

@JimmyVT
Copy link
Author

JimmyVT commented Feb 28, 2017

That's good to know ! Thank you!

@paltman paltman added this to the Samwise milestone Aug 25, 2017
@paltman
Copy link
Contributor

paltman commented Aug 25, 2017

Thanks for catching this. We'll remove the extra one.

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

No branches or pull requests

4 participants