-
Notifications
You must be signed in to change notification settings - Fork 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
parsing exception if team strength is decimal #93
Comments
And why is it blocked by #49? |
same reason you fixed the country bug in that branch. because of the squashed migrations. |
It's already merged into the master |
no review? ok... |
StegSchreck
added a commit
that referenced
this issue
Nov 19, 2016
StegSchreck
referenced
this issue
Nov 26, 2016
StegSchreck
referenced
this issue
Nov 26, 2016
StegSchreck
referenced
this issue
Nov 26, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
models.py:403 MatchTeamStatistics
strength = models.IntegerField(default=0)
has to be changed to DecimalField
blocked by #49
The text was updated successfully, but these errors were encountered: