mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +00:00
[1.2.X] Fixed #14154 -- Corrected grammar error in settings docs. Thanks to d00gs for the report.
Backport of r13633 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13634 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
87cd047123
commit
06a35609a1
@ -222,7 +222,7 @@ DATABASES
|
|||||||
Default: ``{}`` (Empty dictionary)
|
Default: ``{}`` (Empty dictionary)
|
||||||
|
|
||||||
A dictionary containing the settings for all databases to be used with
|
A dictionary containing the settings for all databases to be used with
|
||||||
Django. It is a nested dictionary who's contents maps database aliases
|
Django. It is a nested dictionary whose contents maps database aliases
|
||||||
to a dictionary containing the options for an individual database.
|
to a dictionary containing the options for an individual database.
|
||||||
|
|
||||||
The :setting:`DATABASES` setting must configure a ``default`` database;
|
The :setting:`DATABASES` setting must configure a ``default`` database;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user