Skip to content

Commit af1aa1b

Browse files
committed
Note non-availability of DATABASE_OPTIONS in mysql_old backend
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4782 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent da8e722 commit af1aa1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/release_notes_0.96.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ provided only to ease this transition, and is considered deprecated;
162162
aside from any necessary security fixes, it will not be actively
163163
maintained, and it will be removed in a future release of Django.
164164

165+
Also, note that some features, like the new ``DATABASE_OPTIONS``
166+
setting (see the `databases documentation`_ for details), are only
167+
available on the "mysql" backend, and will not be made available for
168+
"mysql_old".
169+
170+
.. _databases: ../databases/
165171

166172
Database constraint names changed
167173
---------------------------------

0 commit comments

Comments
 (0)