Skip to content

Commit 56f5fb5

Browse files
committed
Adding TransactionMiddleware to the setup.
- Legacy-Id: 145
1 parent 255e2e5 commit 56f5fb5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
'django.contrib.auth.middleware.AuthenticationMiddleware',
7171
'django.middleware.doc.XViewMiddleware',
7272
# 'ietf.middleware.PrettifyMiddleware',
73+
'django.middleware.transaction.TransactionMiddleware',
7374
)
7475

7576
ROOT_URLCONF = 'ietf.urls'

0 commit comments

Comments
 (0)