Store note balances in a big integer
This commit is contained in:
parent
2d69e36adf
commit
d98e46ffc2
4 changed files with 69 additions and 49 deletions
|
|
@ -25,7 +25,7 @@ class Note(PolymorphicModel):
|
|||
A Note can be searched find throught an :model:`note.Alias`
|
||||
|
||||
"""
|
||||
balance = models.IntegerField(
|
||||
balance = models.BigIntegerField(
|
||||
verbose_name=_('account balance'),
|
||||
help_text=_('in centimes, money credited for this instance'),
|
||||
default=0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue