<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -139,7 +139,10 @@ rdf:resource=&quot;%s&quot; /&gt;' % x
     @property
     def title(self):
         dist = self.district_id
-        return 'Sen.' if State.where(code=dist) else 'Rep.'
+        if self.is_current:
+            return 'Sen.' if State.where(code=dist) else 'Rep.'
+        else:
+            return ''
 
     @property
     def handshakes(self):</diff>
      <filename>schema.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>09f58a67f1acb95a9a7f9005ff219f069beeb875</id>
    </parent>
  </parents>
  <author>
    <name>Devi</name>
    <email>asldevi@gmail.com</email>
  </author>
  <url>http://github.com/aaronsw/watchdog/commit/640ca3304f3e3afd5a151b57c943735a5c85d342</url>
  <id>640ca3304f3e3afd5a151b57c943735a5c85d342</id>
  <committed-date>2009-04-06T04:49:36-07:00</committed-date>
  <authored-date>2009-04-06T04:49:36-07:00</authored-date>
  <message>let pol have a title only if he/she is in current congress</message>
  <tree>78b1df88506b7891e25febbc83e947628077eec7</tree>
  <committer>
    <name>Devi</name>
    <email>asldevi@gmail.com</email>
  </committer>
</commit>
