mirror of
https://github.com/Hopiu/django.git
synced 2026-05-20 05:11:50 +00:00
Removed double word in model docs
This commit is contained in:
parent
d238ab2991
commit
95ede98e60
1 changed files with 1 additions and 1 deletions
|
|
@ -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``::
|
||||
|
|
|
|||
Loading…
Reference in a new issue