Skip to content

Commit

Permalink
multiple database option was introduced in django 1.2 - changing version
Browse files Browse the repository at this point in the history
check for psycopg fix
  • Loading branch information
czervenka committed Nov 25, 2011
1 parent 26bcc82 commit a9aa411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangomarkup/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __str__(self):
def __conform__(self, x):
from django import VERSION

if VERSION >= (1,3):
if VERSION >= (1,2):
# do not try new settings format for older django versions which
# still ignores it
try:
Expand Down

0 comments on commit a9aa411

Please sign in to comment.