Data truncated for column "rate"
CoffeeJack opened this issue · 1 comments
CoffeeJack commented
I have something like:
currencies = Currency.objects.all()
for c in currencies:
c.rate = 1.9923462
Currency.objects.bulk_update(currencies)
This should be handled.
aykut commented
Can you give more details about the problem? And also which database backend and Django version you are using? What is the type of "rate"?