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:
@@ -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
|
||||
^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user