Merge pull request #1226 from bmispelon/ticket-20505

Fixed #20505 -- Typo in BinaryField documentation.
This commit is contained in:
Tim Graham 2013-05-27 05:21:56 -07:00
commit a64de33b79
1 changed files with 1 additions and 1 deletions

View File

@ -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``
----------------