mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Minor precision about deserialization in views.
This commit is contained in:
parent
5a031a2011
commit
450d2f42bb
1 changed files with 3 additions and 3 deletions
|
|
@ -199,9 +199,9 @@ class ObjectDownloadView(DownloadMixin, BaseDetailView):
|
|||
The main one is ``file_field``.
|
||||
|
||||
The other arguments are provided for convenience, in case your model holds
|
||||
some metadata about the file, such as its basename, its modification time,
|
||||
its MIME type... These fields may be particularly handy if your file
|
||||
storage is not the local filesystem.
|
||||
some (deserialized) metadata about the file, such as its basename, its
|
||||
modification time, its MIME type... These fields may be particularly handy
|
||||
if your file storage is not the local filesystem.
|
||||
|
||||
"""
|
||||
#: Name of the model's attribute which contains the file to be streamed.
|
||||
|
|
|
|||
Loading…
Reference in a new issue