On Oct 11, 2006, at 8:11 AM, Mario Gonzalez ( mario__ ) wrote: > > Hello! I think we've been talking in irc, my nick is mario__ and now > I really like to help to django code, if you let me. Sometimes sql > queries returns NULL values and python change that with a None type, > then I cannot show a None in a web page so, I have to change that > like:
There's already a filter called 'default_if_none', check the documentation. Don --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
