Commit 08726cb0 authored by Baptiste Mispelon's avatar Baptiste Mispelon
Browse files

Fix #20505: Typo in BinaryField documentation.

parent 749c2e43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 </howto/static-files>` handling.
    proper :doc:`static files </howto/static-files/index>` handling.

``BooleanField``
----------------