<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -99,12 +99,12 @@ class DjangoOpenIDStore(OpenIDStore):
     
     def cleanupNonce(self):
         Nonce.objects.filter(
-            timestamp__lt = (int(time.time()) - nonce.SKEW)
+            timestamp__lt = (int(time.time()) - openid.store.nonce.SKEW)
         ).delete()
     
     def cleaupAssociations(self):
         Association.objects.extra(
-            where=['issued + lifetimeint &lt; (%s)' % time.time()]
+            where=['issued + lifetime &lt; (%s)' % time.time()]
         ).delete()
     
     def getAuthKey(self):</diff>
      <filename>django_openid/models.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5b7e0fb8d7ec8ec73f4e90ce0abf5c45d4ab04e1</id>
    </parent>
  </parents>
  <author>
    <name>Thejaswi Puthraya</name>
    <email>thejaswi.puthraya@gmail.com</email>
  </author>
  <url>http://github.com/theju/django-openid/commit/9a0d8301d4e0c11af3eb623406a4b28388dba73d</url>
  <id>9a0d8301d4e0c11af3eb623406a4b28388dba73d</id>
  <committed-date>2009-11-08T21:27:31-08:00</committed-date>
  <authored-date>2009-11-08T21:27:31-08:00</authored-date>
  <message>Fixed two typos</message>
  <tree>c2836cfa2a02e2854b8f0efff20b32ca90793584</tree>
  <committer>
    <name>Thejaswi Puthraya</name>
    <email>thejaswi.puthraya@gmail.com</email>
  </committer>
</commit>
