Merge pull request #892 from JonLoy/ticket_20018

Fixed #20018: Added backtick to fix reference
This commit is contained in:
Alex Gaynor 2013-03-10 11:19:58 -07:00
commit 3f43f5f3b0
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ to filter a queryset on a ``BinaryField`` value.
Although you might think about storing files in the database, consider that
it is bad design in 99% of the cases. This field is *not* a replacement for
proper :ref.`static files <static-files> handling.
proper :ref:`static files <static-files>` handling.
``BooleanField``
----------------