summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-03-10 11:19:58 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-03-10 11:19:58 -0700
commit3f43f5f3b0664a126136d0ae66de92b551cb0421 (patch)
tree5bc95f9fa8916dea9744ed4f59bfe9638714b228 /docs
parent63c52dcbcdd47cb1a47662846dfe4e1812d2444c (diff)
parentb3c6a20e715e9d4735d832adbffc1c274fbc117c (diff)
Merge pull request #892 from JonLoy/ticket_20018
Fixed #20018: Added backtick to fix reference
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/fields.txt2
1 files changed, 1 insertions, 1 deletions
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 <static-files> handling.
+ proper :ref:`static files <static-files>` handling.
``BooleanField``
----------------