diff options
| author | James Bennett <ubernostrum@gmail.com> | 2007-03-23 20:43:10 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2007-03-23 20:43:10 +0000 |
| commit | a3d427138d0699b07f74ad8ccdc3ac71e437d4eb (patch) | |
| tree | 005307b1d65717f158eb42688a314bbbc71bcc94 | |
| parent | 05e248e5cdfa5b127aae5556dd1f215d8d1fc7d4 (diff) | |
Hopefully finalized release notes
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4802 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/release_notes_0.96.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release_notes_0.96.txt b/docs/release_notes_0.96.txt index 1b77141990..5267319a7c 100644 --- a/docs/release_notes_0.96.txt +++ b/docs/release_notes_0.96.txt @@ -24,7 +24,7 @@ The following changes may require you to update your code when you switch from 0.95 to 0.96: ``MySQLdb`` version requirement ------------------------------ +------------------------------- 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 |
