summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2007-03-23 14:01:14 +0000
committerJames Bennett <ubernostrum@gmail.com>2007-03-23 14:01:14 +0000
commitaf1aa1baea3b24e594bb18bf8eadef7acee10b21 (patch)
tree1f76fcf0dd9a897ecb71b750968bfbd0a38467c9
parentda8e722a63ec83350bd8e76fd2cae5742bd1fc22 (diff)
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
-rw-r--r--docs/release_notes_0.96.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/release_notes_0.96.txt b/docs/release_notes_0.96.txt
index 68cce395dc..37f4034aa5 100644
--- a/docs/release_notes_0.96.txt
+++ b/docs/release_notes_0.96.txt
@@ -162,6 +162,12 @@ provided only to ease this transition, and is considered deprecated;
aside from any necessary security fixes, it will not be actively
maintained, and it will be removed in a future release of Django.
+Also, note that some features, like the new ``DATABASE_OPTIONS``
+setting (see the `databases documentation`_ for details), are only
+available on the "mysql" backend, and will not be made available for
+"mysql_old".
+
+.. _databases: ../databases/
Database constraint names changed
---------------------------------