summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/release_notes_0.96.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/release_notes_0.96.txt b/docs/release_notes_0.96.txt
index 94703f9cba..1b77141990 100644
--- a/docs/release_notes_0.96.txt
+++ b/docs/release_notes_0.96.txt
@@ -23,15 +23,15 @@ Backwards-incompatible changes
The following changes may require you to update your code when you switch from
0.95 to 0.96:
-`MySQLdb` version requirement
+``MySQLdb`` version requirement
-----------------------------
-Due to a bug in older versions of the `MySQLdb` Python module (which
+Due to a bug in older versions of the ``MySQLdb`` Python module (which
Django uses to connect to MySQL databases), Django's MySQL backend now
requires version 1.2.1p2 or higher of `MySQLdb`, and will raise
exceptions if you attempt to use an older version.
-If you're currently unable to upgrade your copy of `MySQLdb` to meet
+If you're currently unable to upgrade your copy of ``MySQLdb`` to meet
this requirement, a separate, backwards-compatible backend, called
"mysql_old", has been added to Django. To use this backend, change
the ``DATABASE_ENGINE`` setting in your Django settings file from