diff options
| author | Ola Sitarska <ola@sitarska.com> | 2014-08-11 13:34:48 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-12 13:46:10 -0400 |
| commit | 549284faa4c58de420918ecd3120607db473787f (patch) | |
| tree | d05d964d17b938ae66c4c45c6cd7370d213c1444 /docs/ref | |
| parent | a9fd740d22bc4fed5fdb280c036618000ee13df1 (diff) | |
Fixed #23016 -- Updated FAQs per Aymeric's suggestions.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/databases.txt | 5 |
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 ----------- |
