diff options
| author | Tim Graham <timograham@gmail.com> | 2013-05-27 05:21:56 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-05-27 05:21:56 -0700 |
| commit | a64de33b791b4f1d8864dd0879b246c3cd5fa345 (patch) | |
| tree | 9b364275bc62aaff92085a4c9b2649d6b7e1cd00 | |
| parent | 6f8627dd7fd482007694dd1e4a99f9e207e6d8c2 (diff) | |
| parent | 08726cb0136c9de88568e7d6b77249b817094660 (diff) | |
Merge pull request #1226 from bmispelon/ticket-20505
Fixed #20505 -- Typo in BinaryField documentation.
| -rw-r--r-- | docs/ref/models/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index c5f2609bab..f61ebe6684 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -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`` ---------------- |
