summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-08-08 13:59:02 -0400
committerTim Graham <timograham@gmail.com>2014-08-08 13:59:29 -0400
commitab883a3477147faece3484d50f7e38bf9b138d8f (patch)
tree5603057b8da9a10a0e569fe0671556bb019542ea /docs/ref/databases.txt
parent288b557ac47a76085dc9b8b124fcf3ce67610ac5 (diff)
[1.7.x] Removed some tabs in the docs.
Backport of 73ff4498aa from master
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 290e5c80a6..d897c45dcc 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -792,11 +792,11 @@ a quoted name as the value for ``db_table``::
class LegacyModel(models.Model):
class Meta:
- db_table = '"name_left_in_lowercase"'
+ db_table = '"name_left_in_lowercase"'
class ForeignModel(models.Model):
class Meta:
- db_table = '"OTHER_USER"."NAME_ONLY_SEEMS_OVER_30"'
+ db_table = '"OTHER_USER"."NAME_ONLY_SEEMS_OVER_30"'
Quoted names can also be used with Django's other supported database
backends; except for Oracle, however, the quotes have no effect.