Author: adrian
Date: 2006-07-28 19:31:33 -0500 (Fri, 28 Jul 2006)
New Revision: 3485
Modified:
django/trunk/docs/templates.txt
Log:
Added note to docs/templates.txt about same logical operator
Modified: django/trunk/docs/templates.txt
===================================================================
--- django/trunk/docs/templates.txt 2006-07-28 22:24:05 UTC (rev 3484)
+++ django/trunk/docs/templates.txt 2006-07-29 00:31:33 UTC (rev 3485)
@@ -498,6 +498,11 @@
{% endif %}
{% endif %}
+Multiple uses of the same logical operator are fine, as long as you use the
+same operator. For example, this is valid::
+
+ {% if athlete_list or coach_list or parent_list or teacher_list %}
+
ifchanged
~~~~~~~~~
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---