Skip to content

Commit

Permalink
Compatibility notes
Browse files Browse the repository at this point in the history
  • Loading branch information
clelland committed Dec 14, 2011
1 parent ff3f219 commit acd2b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ django-mysql-pymysql

This is a Django database backend for MySQL, using the PyMySQL database adapter. It is intended to be a drop-in replacement for the built-in MySQLdb backend, and leverages quite a bit of its code.

It is currently experimental, and has only been tested against Django trunk (1.4-pre-alpha), and Vinay Sajip's Py3k branch on BitBucket.
It is currently experimental, and has only been tested against Django trunk (1.4-pre-alpha), and Vinay Sajip's Py3k branch on BitBucket (https://bitbucket.org/vinay.sajip/django). At the moment, it won't work with Django 1.3, as it uses Aymeric Augustin's timezone-aware datetime patch.


Requirements
------------

* Django trunk or Py3k Branch (may work on 1.2, 1.3; not tested yet)
* Django trunk or Py3k Branch
* PyMySQL (patches here: https://github.com/clelland/PyMySQL)

Installation
Expand Down

0 comments on commit acd2b46

Please sign in to comment.