From 05e248e5cdfa5b127aae5556dd1f215d8d1fc7d4 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Fri, 23 Mar 2007 20:42:32 +0000 Subject: [PATCH] Correcting formatting styles in release notes git-svn-id: http://code.djangoproject.com/svn/django/trunk@4801 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/release_notes_0.96.txt | 6 +++--- 1 file 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