#31833: FileField with a custom validator leads to "I/O operation on closed
file".
-------------------------+-------------------------------------------
Reporter: elmajax | Owner: Harpreet Sharma
Type: Bug | Status: closed
Component: Forms | Version: 3.0
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------+-------------------------------------------
Changes (by felixxm):
* status: assigned => closed
* resolution: => invalid
Comment:
Please don't use trac as a support channel. Everything works properly with
a stub `CsvFileValidator`:
{{{
class CsvFileValidator:
def __call__(self,file):
return True
}}}
so it's not an issue in Django but in your implementation.
Closing per TicketClosingReasons/UseSupportChannels.
--
Ticket URL: <https://code.djangoproject.com/ticket/31833#comment:3>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/065.47f360909d506b30579514b141ec7f57%40djangoproject.com.