On Mon, 2009-03-02 at 01:41 -0800, eli wrote:
[...]
> I have no idea where is the bug...

In all cases you are likely making assumptions about what the filters
are returning that are likely not correct. One way Insert the values of
the filters into your template and have a look at what they are
returning. For example:

        {{ e.date_start|date:"j"|floatformat }}
        
and so on. Bear in mind that this isn't going to be 100% reliable, since
it will return the string form of whatever the result is and is the
original results aren't strings, they won't necessarily compare as
equal, even though their string forms are equal. However, if the string
forms are different, that's certainly a big clue as to why they aren't
comparing as equal.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to