mirror of
https://github.com/django/django.git
synced 2025-11-11 08:18:43 +00:00
Fixed broken link in binary fields doc.
This commit is contained in:
parent
f8a634afa2
commit
7e26f4cb79
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ to filter a queryset on a ``BinaryField`` value.
|
||||||
|
|
||||||
Although you might think about storing files in the database, consider that
|
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
|
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``
|
``BooleanField``
|
||||||
----------------
|
----------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue