Skip to content

Commit

Permalink
Fixed broken link in binary fields doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiro committed Mar 12, 2013
1 parent f8a634a commit 7e26f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/models/fields.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 :doc`static files </howto/static-files>` handling.

``BooleanField``
----------------
Expand Down

0 comments on commit 7e26f4c

Please sign in to comment.