hi,
how do I iterate from a dictionary orderly ?
when i try to iterate from a dictionary i use the lines
{% for i in mydictionary.items %}
{{i.0}} {{i.1}}
{% endfor %}
i seem to get it unorderly? and why is dictionary iteration not in the
template documentation?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---