105
104
unique_together = ('session_key', 'ip_address',)
108
108
class UntrackedUserAgent(models.Model):
109
keyword = models.CharField(_('keyword'), max_length=100, help_text=_('Part or all of a user-agent string. For example, "Googlebot" here will be found in "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" and that visitor will not be tracked.'))