Hello everybody, i'm developing an application with the lates stable release of django (0.96). In the trunk version, i can do "for key, value in variable", but in the 0.96 version i take an error:
'for' statements with five words should end in 'reversed': for key, value in variable How can i access to the key and the value of all elements of a dictionary? If i do: for a in variable, a is the key, but i can't access its value. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---