<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,7 +21,7 @@ class Project(Group):
         return self.member_users.all()
     
     def user_is_member(self, user):
-         # @@@ is there a better way?
+         # @@@ use exists() when we're on 1.2
          return ProjectMember.objects.filter(project=self, user=user).count() &gt; 0
     
     def get_url_kwargs(self):</diff>
      <filename>pinax/apps/projects/models.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ce610c44f908100254ccbe2ea491c6b577695060</id>
    </parent>
  </parents>
  <author>
    <name>Alex Gaynor</name>
    <email>alex.gaynor@gmail.com</email>
  </author>
  <url>http://github.com/pinax/pinax/commit/22e44390461794ccbe1999457aac41a8e2449c50</url>
  <id>22e44390461794ccbe1999457aac41a8e2449c50</id>
  <committed-date>2009-11-08T18:59:06-08:00</committed-date>
  <authored-date>2009-11-08T18:57:43-08:00</authored-date>
  <message>Updated comment

Signed-off-by: Brian Rosner &lt;brosner@gmail.com&gt;</message>
  <tree>ee2a503caec1b821ef4d8c3f5958b8f86ac30552</tree>
  <committer>
    <name>Brian Rosner</name>
    <email>brosner@gmail.com</email>
  </committer>
</commit>
