Author: adrian Date: 2006-09-04 18:40:28 -0500 (Mon, 04 Sep 2006) New Revision: 3717
Modified: django/trunk/docs/templates_python.txt Log: Corrected spelling of 'behavior' in docs/templates_python.txt from [3714] Modified: django/trunk/docs/templates_python.txt =================================================================== --- django/trunk/docs/templates_python.txt 2006-09-04 16:59:09 UTC (rev 3716) +++ django/trunk/docs/templates_python.txt 2006-09-04 23:40:28 UTC (rev 3717) @@ -207,7 +207,7 @@ ``TEMPLATE_STRING_IF_INVALID`` is set to any other value, variable filters will be ignored. -This behaviour is slightly different for the ``if``, ``for`` and ``regroup`` +This behavior is slightly different for the ``if``, ``for`` and ``regroup`` template tags. If an invalid variable is provided to one of these template tags, the variable will be interpreted as ``None``. Filters are always applied to invalid variables within these template tags. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates -~----------~----~----~----~------~----~------~--~---
