From eb223f169bb425738fc7443d469d2717e9f80f3a Mon Sep 17 00:00:00 2001 From: johnthagen Date: Thu, 21 Jan 2021 12:59:36 -0500 Subject: [PATCH] Fix "Mapping file attributes to model's" example code --- docs/views/object.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/views/object.txt b/docs/views/object.txt index d4156fd..f5a88b6 100644 --- a/docs/views/object.txt +++ b/docs/views/object.txt @@ -90,7 +90,7 @@ Then you can configure the :attr:`ObjectDownloadView.basename_field` option: .. literalinclude:: /../demo/demoproject/object/views.py :language: python - :lines: 1-5, 16-18 + :lines: 1-4, 13-17 .. note::