When I try to add a FloatField to list_display in the admin, I get the
following error:

<SNIP>

Am I doing something wrong?

Probably not.  Dealing with floats/decimals can be a bit tricky.  Take a
look at this thread -
http://groups.google.com/group/django-users/browse_frm/thread/a9bfd4010a99255c/8dd032a0eaf25100?lnk=gst&q=float+mysql&rnum=2#8dd032a0eaf25100

If the link doesn't work, search for the title -
"What is the FloatField type returned when accessing the field value"

Anyway, it probably has to do with your DB backend.  Are you using SQLite?
If so, try switching to an up to date Mysql and see if it goes away.

-Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to