From 7e26f4cb799d67ffeae41cbe98d034d01783800a Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Mon, 11 Mar 2013 22:09:21 -0300 Subject: [PATCH] Fixed broken link in binary fields doc. --- 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 7eed80e9c4..39b84170fe 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 :doc`static files ` handling. ``BooleanField`` ----------------