Hello,

How to display the DecimalField without the E (scientific) notation in the 
django admin?

Here is my field:

    models.DecimalField(max_digits=12, decimal_places=8, null=True)


Here is what I see in the admin:

    0E-8.00000000    # on the table
    0E-8                   # in the form

Looking at this ticket https://code.djangoproject.com/ticket/19220, I 
thought it was fixed but I have the issue so I am not sure what is 
happening...

I am using Django 1.6.7

Thanks for your help
Michael


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/526c285e-89b5-413b-86a0-67619df40dff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to