summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorOla Sitarska <ola@sitarska.com>2014-08-11 13:34:48 +0200
committerTim Graham <timograham@gmail.com>2014-08-12 13:48:21 -0400
commit49419ffd050d34c4f0948a0e9b68eb081985277b (patch)
treef0cbd77f9ef36e8f9c145038510cd3822386188f /docs/ref
parent0e9d6ad54ac5e34bd0a1577353e651a500fa52a7 (diff)
[1.7.x] Fixed #23016 -- Updated FAQs per Aymeric's suggestions.
Backport of 549284faa4 from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/databases.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index d897c45dcc..f03d9c37b5 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -475,11 +475,6 @@ storage engine, you have a couple of options.
adds a query that is only needed during table creation to each database
connection.
-* Another method for changing the storage engine is described in
- AlterModelOnSyncDB_.
-
-.. _AlterModelOnSyncDB: https://code.djangoproject.com/wiki/AlterModelOnSyncDB
-
Table names
-----------