When using {% cycle first,second %} it would appear that its state is
stored between requests. The first time, the results are first,
second, first, second... and the second request is second, first,
second, first... (there is an odd amount of items that are cycled.)Is this bug specific to Google App Engine? A Google search didn't seem to bring up any results mentioning it. For a live example, see: http://2.latest.simpleeditionsapp.appspot.com/ Relevant code: http://github.com/littke/simpleeditions/blob/187c5ebf71ce1824acb28eb8da8dd51aca20a848/src/templates/home.html#L15 -- 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.
