mirror of
https://github.com/django/django.git
synced 2025-11-02 21:03:53 +00:00
Fix #20505: Typo in BinaryField documentation.
This commit is contained in:
parent
749c2e4333
commit
08726cb013
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,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 :doc`static files </howto/static-files>` handling.
|
proper :doc:`static files </howto/static-files/index>` handling.
|
||||||
|
|
||||||
``BooleanField``
|
``BooleanField``
|
||||||
----------------
|
----------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue