Fix "Mapping file attributes to model's" example code

This commit is contained in:
johnthagen 2021-01-21 12:59:36 -05:00
parent 700b1246df
commit eb223f169b

View file

@ -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::