summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBaptiste Mispelon <bm@m2bpo.com>2013-05-27 11:34:14 +0200
committerBaptiste Mispelon <bm@m2bpo.com>2013-05-27 11:35:34 +0200
commit08726cb0136c9de88568e7d6b77249b817094660 (patch)
treebd7fc5386a528d783979bba221303f2c5fdd5988 /docs
parent749c2e4333893671565124b1676f5398ef9d6368 (diff)
Fix #20505: Typo in BinaryField documentation.
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 c5f2609bab..f61ebe6684 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -368,7 +368,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 :doc`static files </howto/static-files>` handling.
+ proper :doc:`static files </howto/static-files/index>` handling.
``BooleanField``
----------------