diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-08 13:59:02 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-08 13:59:02 -0400 |
| commit | 73ff4498aab1df286cf9aeb2ad9d801ac8e0263e (patch) | |
| tree | cadbcc8f008c5a866f7e4cae5a644476413df2c4 /docs | |
| parent | f3ef55ea7ad39b8b949051d7c2ff8d46db973381 (diff) | |
Removed some tabs in the docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/databases.txt | 4 | ||||
| -rw-r--r-- | docs/ref/files/storage.txt | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index a07fdc2e69..1530ce6b1b 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -766,11 +766,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. diff --git a/docs/ref/files/storage.txt b/docs/ref/files/storage.txt index 3fab257457..1d2c31972e 100644 --- a/docs/ref/files/storage.txt +++ b/docs/ref/files/storage.txt @@ -38,13 +38,13 @@ The FileSystemStorage Class .. attribute:: location - Absolute path to the directory that will hold the files. + Absolute path to the directory that will hold the files. Defaults to the value of your :setting:`MEDIA_ROOT` setting. .. attribute:: base_url - URL that serves the files stored at this location. - Defaults to the value of your :setting:`MEDIA_URL` setting. + URL that serves the files stored at this location. + Defaults to the value of your :setting:`MEDIA_URL` setting. .. attribute:: file_permissions_mode |
