Something which may cause this is if your template includes any empty image, javascript, or css references (i.e. <img src="" />).
If you have anything like this in your template, your web browser will fetch the page multiple times (it will think that current page is the file you are trying to reference) causing your value to increment several steps each time you visit the page. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

