Hello all! First of all sorry for my bad english:) I have made a small form, only 10 fields. But now I see that page loads more than two times slower!
I found problem in this field: age = forms.ChoiceField(required=True, choices=AGE_CHOICES, initial='18') without this field page loads much faster. So my question is... AGE_CHOICES = zip(range(18,100), range(18,100)) is this list of tuples so big for this functions? just can't believe it. any ideas? Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

