#12412: Submitting files in tests docs are inaccurate ---------------------------+------------------------------------------------ Reporter: KyleMac | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.1 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ http://docs.djangoproject.com/en/dev/topics/testing/#django.test.client.Client.post
1) Doesn't show that image files for ImageFields need to be opened in binary mode. 2) Doesn't mention that you can't reuse the same handle for multiple fields or tests without manually resetting the pointer. -- Ticket URL: <http://code.djangoproject.com/ticket/12412> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en.
