summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-02-09 20:30:13 +0100
committerClaude Paroz <claude@2xlibre.net>2014-02-09 20:30:34 +0100
commit95ede98e602407a6515400999cc1bfa228d8af95 (patch)
tree022a43a4a81c56480acf14b1c6eb8217fd4d1032 /docs
parentd238ab29915b24bb717b3fdc2d552c65a43ba9ab (diff)
Removed double word in model docs
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt
index ae2d7def0f..3fe7526fa2 100644
--- a/docs/ref/models/options.txt
+++ b/docs/ref/models/options.txt
@@ -74,7 +74,7 @@ Django quotes column and table names behind the scenes.
.. admonition:: Table name quoting for Oracle
- In order to to meet the 30-char limitation Oracle has on table names,
+ In order to meet the 30-char limitation Oracle has on table names,
and match the usual conventions for Oracle databases, Django may shorten
table names and turn them all-uppercase. To prevent such transformations,
use a quoted name as the value for ``db_table``::