Re: FloatField in list_display

2007-01-18 Thread sansmojo
ffitt" <[EMAIL PROTECTED]> wrote: > When I try to add a FloatField to list_display in the admin, I get the > following error: > 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/grou

Re: FloatField in list_display

2007-01-18 Thread Chris Moffitt
When I try to add a FloatField to list_display in the admin, I get the following error: 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

FloatField in list_display

2007-01-17 Thread sansmojo
When I try to add a FloatField to list_display in the admin, I get the following error: Request Method: GET Request URL:http://www.ebbflowarts.com/admin/store/item/ Exception Type: TypeError Exception Value:float argument required Exception Location: /home