mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
fix atomicity (#1087)
* remove survey notifications * fixes #1086 atomicity issues Co-authored-by: Stefan Pratter <stefan@20c.com>
This commit is contained in:
@ -528,11 +528,6 @@ PASSWORD_HASHERS = (
|
||||
ROOT_URLCONF = "mainsite.urls"
|
||||
CONN_MAX_AGE = 3600
|
||||
|
||||
# starting with reversion 4.0 the reversion revision context
|
||||
# no longer opens an atomic transaction context, so we need
|
||||
# to ensure this ourselves for all the requests
|
||||
ATOMIC_REQUESTS = True
|
||||
|
||||
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user