1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #24963 -- Added File.seekable() on Python 3.

This commit is contained in:
Carson Gee
2015-06-10 10:43:49 -04:00
committed by Tim Graham
parent 3c593ba79e
commit e93e0c03b2
4 changed files with 27 additions and 1 deletions

View File

@@ -200,6 +200,9 @@ File Storage
<django.core.files.storage.Storage.get_valid_name>` is now called when
the :attr:`~django.db.models.FileField.upload_to` is a callable.
* :class:`~django.core.files.File` now has the ``seekable()`` method when using
Python 3.
File Uploads
^^^^^^^^^^^^