<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,12 +5,7 @@ from django.db.models.query import QuerySet
 class ChildQuerySet(QuerySet):
     def iterator(self):
         for obj in super(ChildQuerySet, self).iterator():
-            try:
-                child = obj.get_child_object()
-            except AttributeError:
-                pass
-            else:
-                yield child
+            yield obj.get_child_object()
 
 
 class ChildManager(models.Manager):</diff>
      <filename>inheritance/models.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bce298bcbe04dfec44b904dcb00626e43a4d4d16</id>
    </parent>
  </parents>
  <author>
    <name>Joel Watts</name>
    <email>joel@joelwatts.com</email>
  </author>
  <url>http://github.com/jpwatts/django-inheritance/commit/1b524404bbb01b6dc2d94319aad6df7453be4192</url>
  <id>1b524404bbb01b6dc2d94319aad6df7453be4192</id>
  <committed-date>2008-09-07T23:37:46-07:00</committed-date>
  <authored-date>2008-09-07T23:37:46-07:00</authored-date>
  <message>Simplified ChildQuerySet.</message>
  <tree>4150df45562fc9ada3965c37a87810f798543b14</tree>
  <committer>
    <name>Joel Watts</name>
    <email>joel@joelwatts.com</email>
  </committer>
</commit>
