From b3c6a20e715e9d4735d832adbffc1c274fbc117c Mon Sep 17 00:00:00 2001 From: Jonathan Loy Date: Sun, 10 Mar 2013 13:51:07 -0400 Subject: [PATCH] Fixed #20018: Added backtick to fix reference Fixed #20018 --- docs/ref/models/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index f29f41c11e..7eed80e9c4 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -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 handling. + proper :ref:`static files ` handling. ``BooleanField`` ----------------