[Fixed]-Cast Django's intcomma string to Decimal 14 December 2023 by thecoderscamp.com 1 Does it really need to be a decimal? Why not just: record['Amount (EUR)'] = round(reservation.amount, 2) Batman Validation Exclude Self From QuerySet Source:stackexchange.com