Skip to content

Support Django 1.9 #1

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

Merged
merged 10 commits into from
Aug 29, 2016
Merged

Support Django 1.9 #1

merged 10 commits into from
Aug 29, 2016

Conversation

izquierdo
Copy link

No description provided.

def validators(self):
# Hack around the fact that we inherit from DecimalField but don't hold
# Decimals. The real fix is to stop inheriting from DecimalField.
return []
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this mean that I could give money field abc and it will properly store?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I confirmed that (on Postgres at least) the amount will be stored in a numeric column, so the database will not store messed up data. Not ideal, but an OK compromise for the time being

@rtpg
Copy link

rtpg commented Aug 29, 2016

Looks good

@izquierdo izquierdo merged commit 60f4f81 into makeleaps:master Aug 29, 2016
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 this pull request may close these issues.

2 participants