#10149: FileField doesn't validate max_length -------------------------------------------------------------+-------------- Reporter: Massimo Scamarcia <[email protected]> | Owner: nobody Status: new | Milestone: Component: Forms | Version: Keywords: FileField ImageField max_length | Stage: Unreviewed Has_patch: 0 | -------------------------------------------------------------+-------------- FileField doesn't validate the max_length argument. When you try to upload a file with a very long name, the value stored into the column is truncated to max_length value.
-- Ticket URL: <http://code.djangoproject.com/ticket/10149> 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 -~----------~----~----~----~------~----~------~--~---
