1
0
mirror of https://github.com/django/django.git synced 2025-07-05 10:19:20 +00:00

[soc2009/multidb] Added a note to the documentation about the deprecation of the DATABASE_* settings.

git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11426 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Alex Gaynor 2009-08-09 22:11:51 +00:00
parent 0d62f50271
commit 3a43d539b4

View File

@ -156,6 +156,13 @@ Django. It is a nested dictionary who's contents maps aliases to a dictionary
containing the options for an individual database. The following inner options
are used:
.. admonition:: Note
In versions of Django prior to 1.2 each of the following were individual
settings, the usage of those has been deprecated but will be supported
until Django 1.4.
DATABASE_ENGINE
~~~~~~~~~~~~~~~