Hello,
I have the following field in my Order class:

payment = models.DecimalField("Payment Amount", max_digits=6,
decimal_places=2, blank=True, null=True)

As as example let's say I create a new Order and don't put anything in
the payment field.  For some reason when I'm viewing Orders in the
List admin view I see (None) as the value for this field.  When I
drill down on a Order (that doesn't contain a payment value) the field
is empty.

Is there anyway that I can get the field to not display the value
(None) when looking at all my orders?

Thanks
--~--~---------~--~----~------------~-------~--~----~
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