On Wed, 2009-02-04 at 18:59 -0800, Bobby Roberts wrote: [...] > Can you provide me an example of how I should be using getlist? I > don't see anything in the docs related to forms and getlist.
That's because getlist() has nothing to do with forms. It's a method on the object that is request.POST -- a QueryDict. The details are at [1], but you could also have found this by looking the general index for the documentation ([3]) or it's the first result for a Google search using site:docs.djangoproject.com getlist > Regarding the form clean() method, i'm looking for it but it would be > a great help if you could point me in the right direction. The form documentation has a huge section on validation. See the last link at [3]. [1] http://docs.djangoproject.com/en/dev/ref/request-response/#django.http.QueryDict.getlist [2] http://docs.djangoproject.com/en/dev/genindex/ [3] http://docs.djangoproject.com/en/dev/ref/forms/ Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---