Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit e232793

Browse files
Merge pull request #721 from City-of-Helsinki/release/v0.11.2
Release/v0.11.2
2 parents 1687df7 + 3fa3689 commit e232793

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

respa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.11.1'
1+
__version__ = '0.11.2'
22

33
VERSION = __version__

respa/settings.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,10 @@ def get_git_revision_hash():
9494
'default': env.db()
9595
}
9696
DATABASES['default']['ATOMIC_REQUESTS'] = True
97+
DATABASES['default']['DISABLE_SERVER_SIDE_CURSORS'] = env('DISABLE_SERVER_SIDE_CURSORS')
9798

9899
SECURE_PROXY_SSL_HEADER = env('SECURE_PROXY_SSL_HEADER')
99100

100-
DISABLE_SERVER_SIDE_CURSORS = env('DISABLE_SERVER_SIDE_CURSORS')
101-
102101
SITE_ID = 1
103102

104103
# Application definition

0 commit comments

Comments
 (0)