<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,7 +15,7 @@ def next_coach_id():
     return c['id__max']+1
 
 def update_conf_games(year):
-    games = Game.objects.filter(season=year, date__lte=datetime.date.today(), team1__updated=True, team2__updated=True)
+    games = Game.objects.filter(season=year, team1__updated=True, team2__updated=True)
     for game in games:
         try:
             if game.team1.collegeyear_set.get(year=year).conference == game.team2.collegeyear_set.get(year=year).conference:</diff>
      <filename>utils.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c777e4bd48314169a64f3313784f7d91a82e2266</id>
    </parent>
  </parents>
  <author>
    <name>Derek Willis</name>
    <email>dwillis@new-host.home</email>
  </author>
  <url>http://github.com/dwillis/fumblerooski/commit/abbf8b1461a1c8fb086e61568c88735a64a4fb48</url>
  <id>abbf8b1461a1c8fb086e61568c88735a64a4fb48</id>
  <committed-date>2009-10-17T06:56:30-07:00</committed-date>
  <authored-date>2009-10-17T06:56:30-07:00</authored-date>
  <message>fixed conf game util</message>
  <tree>dcdd9d53bddef380128248236b59c8a6adce91d5</tree>
  <committer>
    <name>Derek Willis</name>
    <email>dwillis@new-host.home</email>
  </committer>
</commit>
