From 8a796566b2a92569dc7651031945aa1572e5644e Mon Sep 17 00:00:00 2001 From: Michiya Takahashi Date: Tue, 10 Feb 2015 10:26:15 +0900 Subject: [PATCH 1/2] Merge pull request #21 from halak/azure-1.2 cp949 encoding problem --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8b550912..51c31af0 100644 --- a/README.rst +++ b/README.rst @@ -96,7 +96,7 @@ Standard Django settings - TEST_CREATE - Boolean. If it is set to ``False``, the test database won’t be + Boolean. If it is set to ``False``, the test database won't be automatically created at the beginning of the tests and dropped at the end. This is useful not to be charged too much for creating new databases in every test when you run tests with Azure SQL Database. From 49dc857307fc705db885f27962798bad7b3be9b3 Mon Sep 17 00:00:00 2001 From: Michiya Takahashi Date: Tue, 10 Feb 2015 15:51:25 +0900 Subject: [PATCH 2/2] update the version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b497309..c116e140 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name='django-pyodbc-azure', - version='1.0.13', + version='1.0.14', description='Django backend for Microsoft SQL Server and Azure SQL Database using pyodbc', long_description=open('README.rst').read(), author='Michiya Takahashi',