Commit 7e26f4cb authored by Ramiro Morales's avatar Ramiro Morales
Browse files

Fixed broken link in binary fields doc.

parent f8a634af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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``
----------------