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:46:10 -0400
commit549284faa4c58de420918ecd3120607db473787f (patch)
treed05d964d17b938ae66c4c45c6cd7370d213c1444 /docs/ref
parenta9fd740d22bc4fed5fdb280c036618000ee13df1 (diff)
Fixed #23016 -- Updated FAQs per Aymeric's suggestions.
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 1530ce6b1b..4426e28c75 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -450,11 +450,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
-----------