summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2011-11-19 14:18:44 +0000
committerAymeric Augustin <aymeric.augustin@m4x.org>2011-11-19 14:18:44 +0000
commit549c495875d279c17fbd418238a305bcc51cdad6 (patch)
tree2763a1e13a0d49dce325f8d923d3c2abda54412a /docs/ref/forms
parente41e3a543e3397e7bdd1409b58f5f17cb1f541b7 (diff)
Used symbolic constants for psycopg2 isolation levels.
Django used the value 1 = ISOLATION_LEVEL_READ_UNCOMMITTED in some places, but PostgreSQL doesn't provide "read uncommited", it uses "read committed" instead: http://www.postgresql.org/docs/9.1/static/transaction-iso.html. For clarity, this commit uses ISOLATION_LEVEL_READ_COMMITTED = 2 where 1 was previously used. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17112 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/forms')
0 files changed, 0 insertions, 0 deletions