summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-09-05 17:50:17 -0400
committerTim Graham <timograham@gmail.com>2012-09-05 17:50:17 -0400
commite5983af7c16cc889cf7d52fdae67270717a1a846 (patch)
treeb927b5e85273a7708f0743438926b301ce0a9482 /docs/ref
parentcff911f4ba3b3e6393c58da5131ce8b188a68f0c (diff)
Fixed #18904 - Typo in MySQL link; thanks Johie Anderson for the report.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/models/querysets.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index b59b2ece82..4f5f8858b5 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -2064,7 +2064,7 @@ Note this is only available in MySQL and requires direct manipulation of the
database to add the full-text index. By default Django uses BOOLEAN MODE for
full text searches. See the `MySQL documentation`_ for additional details.
-.. _MySQL documentation: http://dev.mysql.com/doc/refman/5.1/en/fulltext-boolean.html>
+.. _MySQL documentation: http://dev.mysql.com/doc/refman/5.1/en/fulltext-boolean.html
.. fieldlookup:: regex
@@ -2236,4 +2236,3 @@ Variance
extension.
.. _SQLite documentation: http://www.sqlite.org/contrib
-