From a56b77845b400f57658f787fbd0930331ddff6c6 Mon Sep 17 00:00:00 2001 From: Eko Prasetya Date: Thu, 12 Feb 2015 16:49:05 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5caaec4..dfe8b6e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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 (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. +It is currently experimental, and has been tested with Django 1.7. Requirements