summaryrefslogtreecommitdiff
path: root/docs
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:52:01 -0400
commit53f533f8648eb869978020c11f0c9c8f4dae4679 (patch)
tree53575dbdbb8b0d17366f83107b108c05009623fb /docs
parent23268608512444de626e63dee1815fb5b5207a48 (diff)
[1.4.X] Fixed #18904 - Typo in MySQL link; thanks Johie Anderson for the report.
Backport of e5983af7c1 from master
Diffstat (limited to 'docs')
-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 e25bea0e69..3db490725e 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -2073,7 +2073,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
@@ -2245,4 +2245,3 @@ Variance
extension.
.. _SQLite documentation: http://www.sqlite.org/contrib
-