Added 2.4.6 to the allowed versions for ZPsycopgDA

Dropped beta versions and the versions with the messed up isolation level
constants.
This commit is contained in:
Daniele Varrazzo 2012-12-02 22:46:55 +00:00
parent f6054c28d8
commit 6fb0b001b2

View File

@ -16,7 +16,7 @@
# their work without bothering about the module dependencies. # 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 sys
import time import time