id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 18800,Template cannot format integers bigger than maximum float,jbvsmo@…,nobody,"I cannot render in templates any integer (long in this case) bigger than the maximum float (approx. 3e308) because the [https://github.com/django/django/blob/master/django/utils/numberformat.py django.utils.numberformat] module do cast everything to float just to check the sign. Funny thing is that the number is then converted to string and the minus symbol is removed. So, the easiest fix would be: Grab the sign after string formatting. I made this change and generated a patch with my IDE (that's why the funky file path). All the tests pass.",Bug,closed,Template system,1.4,Normal,fixed,"float, long",jason@… bradpitcher@…,Accepted,1,0,0,0,1,0