mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
[1.4.X] Fixed #18904 - Typo in MySQL link; thanks Johie Anderson for the report.
Backport of e5983af7c1
from master
This commit is contained in:
parent
2326860851
commit
53f533f864
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue