I have a certain large float number 1.4088564e+12 and I have a calendar app that accepts events in milliseconds. That form of the float is obviously no good to me, I need to express it in its true form. Is there a way to do that?
The way I express it is simply
{{ class.attribute }}
The float is of course stored in a FloatField.