Changeset 2e4e1fb


Ignore:
Timestamp:
Jun 15, 2014, 9:42:51 PM (11 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master
Children:
695d358
Parents:
21360c8
git-author:
Alex Dehnert <adehnert@…> (06/15/14 21:34:32)
git-committer:
Alex Dehnert <adehnert@…> (06/15/14 21:42:51)
Message:

Use Django 1.6's approach to atomic requests

Really, we should possibly be trying to support Django 1.4 (and 1.5) still, but
transaction-per-request or not isn't crucial, and we don't expect to be running
on Django 1.4 much longer, since Scripts F20 will have 1.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/settings/__init__.py

    rc386673 r2e4e1fb  
    99DEBUG = False
    1010TEMPLATE_DEBUG = DEBUG
     11
     12ATOMIC_REQUESTS = True
    1113
    1214ADMINS = (
     
    8587    'django.contrib.sessions.middleware.SessionMiddleware',
    8688    'django.contrib.auth.middleware.AuthenticationMiddleware',
    87     'django.middleware.transaction.TransactionMiddleware',
    8889    'django.middleware.csrf.CsrfViewMiddleware',
    8990    'django.contrib.messages.middleware.MessageMiddleware',
Note: See TracChangeset for help on using the changeset viewer.