summaryrefslogtreecommitdiff
path: root/django/core/files/utils.py
AgeCommit message (Expand)Author
2016-05-27Fixed #26646 -- Added IOBase methods required by TextIOWrapper to File.Simon Charette
2015-06-12Fixed #24963 -- Added File.seekable() on Python 3.Carson Gee
2009-05-08Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor...Jacob Kaplan-Moss