Skip to content

Commit c28f21f

Browse files
committed
documentation update
1 parent dd01407 commit c28f21f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/source/index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,9 @@ If you would like to expand the list of supported excel file formats (see :ref:`
339339
API Reference
340340
---------------
341341

342-
**django-excel** attaches **pyexcel** functions to **InMemoryUploadedFile** and **TemporaryUploadedFile**.
342+
**django-excel** attaches **pyexcel** functions to **InMemoryUploadedFile** and **TemporaryUploadedFile**. Hence, the following functions are available for the uploaded files, e.g. request.FILES['your_uploaded_file'].
343+
344+
.. module:: django_excel.ExcelMixin
343345

344346
.. method:: get_sheet(sheet_name=None, **keywords)
345347

@@ -396,6 +398,8 @@ API Reference
396398
Response methods
397399
-----------------
398400

401+
.. module:: django_excel
402+
399403
.. method:: make_response(pyexcel_instance, file_type, status=200)
400404

401405
:param pyexcel_instance: :class:`pyexcel.Sheet` or :class:`pyexcel.Book`

0 commit comments

Comments
 (0)