summaryrefslogtreecommitdiff
path: root/django/core/files/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed some typos in comments, docstrings, and tests.Liyang Zhang2023-03-201-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-6/+6
* Fixed #32718 -- Relaxed file name validation in FileField.Mariusz Felisiak2021-05-131-5/+15
* Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.Florian Apolloner2021-05-041-0/+16
* Refs #23919 -- Removed File's Python 2 proxied methods.Josh Schneier2017-04-261-2/+0
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Fixed #26646 -- Added IOBase methods required by TextIOWrapper to File.Simon Charette2016-05-271-5/+25
* Fixed #24963 -- Added File.seekable() on Python 3.Carson Gee2015-06-121-0/+5
* Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor...Jacob Kaplan-Moss2009-05-081-0/+29