<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,6 @@ import traceback
 from django.core.mail import mail_admins
 from django.template.loader import render_to_string
 
-from .utils.db import transaction
 from .utils.log import logger
 import .consumer as consumer
 
@@ -32,8 +31,7 @@ class ConsumerProcess(object):
     def run(self, fault_tolerant=True, **kwargs):
         for message in self.consumer.message_iterator(**kwargs):
             try:
-                with transaction(): # commit on success
-                    self.process_message(message)
+                self.process_message(message)
             except NotImplementedError:
                 # Subclassing ain't happened
                 raise</diff>
      <filename>consumer_process.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3e51cfa93b0077e2d983167076cf0f225f1e8bd0</id>
    </parent>
  </parents>
  <author>
    <name>Oliver Beattie</name>
    <email>oliver@obeattie.com</email>
  </author>
  <url>http://github.com/obeattie/hare/commit/902e0f4a855edaf509126a9b7b074477ce38b9e0</url>
  <id>902e0f4a855edaf509126a9b7b074477ce38b9e0</id>
  <committed-date>2009-11-11T06:13:24-08:00</committed-date>
  <authored-date>2009-11-11T06:13:24-08:00</authored-date>
  <message>Removed the dependency on Django's db system</message>
  <tree>addc0398b56f1b53867c6baf05dac8e305e702b4</tree>
  <committer>
    <name>Oliver Beattie</name>
    <email>oliver@obeattie.com</email>
  </committer>
</commit>
