def __unicode__(self): return inttoip(self.ip)#}}}
def __init__(self, *args, **kwargs): super(IPBanAdminForm, self).__init__(*args, **kwargs) if self.initial.get('ip'): self.initial['ip'] = inttoip(self.initial['ip'])