aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-11 17:28:50 +0000
committerMichael Scherer <misc@mageia.org>2012-03-11 17:28:50 +0000
commit6fbf50c3d68c83c19897d726acf6a71e83be84b9 (patch)
tree9a3c974f772c054f8b07d3971aee477c15b73748 /modules/transifex
parent70dcd06e7b12065a23bba790d10f56e7ec09c713 (diff)
downloadpuppet-6fbf50c3d68c83c19897d726acf6a71e83be84b9.tar
puppet-6fbf50c3d68c83c19897d726acf6a71e83be84b9.tar.gz
puppet-6fbf50c3d68c83c19897d726acf6a71e83be84b9.tar.bz2
puppet-6fbf50c3d68c83c19897d726acf6a71e83be84b9.tar.xz
puppet-6fbf50c3d68c83c19897d726acf6a71e83be84b9.zip
add transaction middleware, since django 1.3 and tx need it ( should fix bug 4499 )
Diffstat (limited to 'modules/transifex')
-rw-r--r--modules/transifex/templates/50-project.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/transifex/templates/50-project.conf b/modules/transifex/templates/50-project.conf
index 707e3113..ddbcd2b7 100644
--- a/modules/transifex/templates/50-project.conf
+++ b/modules/transifex/templates/50-project.conf
@@ -33,6 +33,7 @@ MIDDLEWARE_CLASSES = [
'django.middleware.doc.XViewMiddleware',
'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware',
'django_sorting.middleware.SortingMiddleware',
+ 'django.middleware.transaction.TransactionMiddleware',
'pagination.middleware.PaginationMiddleware',
]