1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-08 22:07:55 +00:00

web/postkey/models.py: correct comment

This commit is contained in:
Hidden Z 2010-10-14 19:14:31 +00:00
parent 95f38f5ac0
commit b083f59957

View File

@ -9,7 +9,7 @@ class i2phost(models.Model):
date_added = models.DateTimeField(auto_now_add=True)
# Not-activated hosts will not appear in exported hosts.txt
activated = models.BooleanField(default=False)
# Hosts from external sources shouldn't be autoremoved
# Indicator for hosts added from external source
external = models.BooleanField(default=False)
def __unicode__(self):