From 6fb0b001b216f5cfb9183e5b7d26007c341a776b Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 2 Dec 2012 22:46:55 +0000 Subject: [PATCH] Added 2.4.6 to the allowed versions for ZPsycopgDA Dropped beta versions and the versions with the messed up isolation level constants. --- ZPsycopgDA/DA.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZPsycopgDA/DA.py b/ZPsycopgDA/DA.py index da79b6c0..f5489ceb 100644 --- a/ZPsycopgDA/DA.py +++ b/ZPsycopgDA/DA.py @@ -16,7 +16,7 @@ # their work without bothering about the module dependencies. -ALLOWED_PSYCOPG_VERSIONS = ('2.4-beta1', '2.4-beta2', '2.4', '2.4.1', '2.4.2', '2.4.3', '2.4.4', '2.4.5') +ALLOWED_PSYCOPG_VERSIONS = ('2.4', '2.4.1', '2.4.4', '2.4.5', '2.4.6') import sys import time