Skip to content

Commit

Permalink
removed legacy core reference
Browse files Browse the repository at this point in the history
  • Loading branch information
howiworkdaily committed Aug 6, 2009
1 parent 553a5b2 commit 6b7aa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_analytics/models.py
Expand Up @@ -4,7 +4,7 @@

class Analytics(models.Model):
site = models.ForeignKey(Site)
analytics_code = models.CharField(blank=True, max_length=100, core=True)
analytics_code = models.CharField(blank=True, max_length=100)

def __unicode__(self):
return u"%s" % (self.analytics_code)

0 comments on commit 6b7aa6d

Please sign in to comment.