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

parsing exception if team strength is decimal #93

Closed
StegSchreck opened this issue Nov 19, 2016 · 4 comments
Closed

parsing exception if team strength is decimal #93

StegSchreck opened this issue Nov 19, 2016 · 4 comments
Assignees
Labels
Milestone

Comments

@StegSchreck
Copy link
Member

StegSchreck commented Nov 19, 2016

models.py:403 MatchTeamStatistics
strength = models.IntegerField(default=0)

has to be changed to DecimalField

blocked by #49

@StegSchreck StegSchreck added this to the 0.2 milestone Nov 19, 2016
@Sh4kE
Copy link
Member

Sh4kE commented Nov 19, 2016

And why is it blocked by #49?

@StegSchreck
Copy link
Member Author

same reason you fixed the country bug in that branch. because of the squashed migrations.

@Sh4kE
Copy link
Member

Sh4kE commented Nov 19, 2016

It's already merged into the master

@StegSchreck
Copy link
Member Author

no review? ok...

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

2 participants