diff options
| author | James Bennett <ubernostrum@gmail.com> | 2007-03-23 20:42:32 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2007-03-23 20:42:32 +0000 |
| commit | 05e248e5cdfa5b127aae5556dd1f215d8d1fc7d4 (patch) | |
| tree | 8bcb1fe1ec01c000ddccaf193ca785b7c530ea98 /docs | |
| parent | 0cf10f0c28720d5955081ac468d0069eb0bd4457 (diff) | |
Correcting formatting styles in release notes
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4801 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/release_notes_0.96.txt | 6 |
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 |
