From 08726cb0136c9de88568e7d6b77249b817094660 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Mon, 27 May 2013 11:34:14 +0200 Subject: [PATCH] Fix #20505: Typo in BinaryField documentation. --- 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 c5f2609bab7..f61ebe66841 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 ` handling. + proper :doc:`static files ` handling. ``BooleanField`` ----------------