Skip to content

Commit c23d2e7

Browse files
authored
Merge pull request #4 from LibraryOfCongress/update-doc-example
Fix import name in documentation
2 parents afb4e51 + d019d2a commit c23d2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Install django-tabular-export::
5050

5151
Then use it in a project::
5252

53-
from tabular_export import export_to_csv_response, export_to_xlsx_response, flatten_queryset
53+
from tabular_export import export_to_csv_response, export_to_excel_response, flatten_queryset
5454

5555
def my_view(request):
5656
return export_to_csv_response('test.csv', ['Column 1'], [['Data 1'], ['Data 2']])

0 commit comments

Comments
 (0)