def my_view(request): f = MyForm({'foo': request.POST['foo'], 'bar': request.user.username})The form library itself knows nothing about request objects.
But my Field doesnt know about its' form so how does this help my Field.clean(self, value) validator? Joakim --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

