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

Commit

Permalink
Merge pull request #721 from City-of-Helsinki/release/v0.11.2
Browse files Browse the repository at this point in the history
Release/v0.11.2
  • Loading branch information
tommimanbytes authored Jun 1, 2020
2 parents 1687df7 + 3fa3689 commit e232793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion respa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.11.1'
__version__ = '0.11.2'

VERSION = __version__
3 changes: 1 addition & 2 deletions respa/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,10 @@ def get_git_revision_hash():
'default': env.db()
}
DATABASES['default']['ATOMIC_REQUESTS'] = True
DATABASES['default']['DISABLE_SERVER_SIDE_CURSORS'] = env('DISABLE_SERVER_SIDE_CURSORS')

SECURE_PROXY_SSL_HEADER = env('SECURE_PROXY_SSL_HEADER')

DISABLE_SERVER_SIDE_CURSORS = env('DISABLE_SERVER_SIDE_CURSORS')

SITE_ID = 1

# Application definition
Expand Down

0 comments on commit e232793

Please sign in to comment.