Skip to content

Commit

Permalink
Merge pull request django#892 from JonLoy/ticket_20018
Browse files Browse the repository at this point in the history
Fixed #20018: Added backtick to fix reference
  • Loading branch information
alex committed Mar 10, 2013
2 parents 63c52dc + b3c6a20 commit 3f43f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/models/fields.txt
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 :ref:`static files <static-files>` handling.

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

0 comments on commit 3f43f5f

Please sign in to comment.