28
30
name='UntrackedUserAgent',
30
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
33
serialize=False, auto_created=True, primary_key=True)),
31
34
('keyword', models.CharField(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.', max_length=100, verbose_name='keyword')),