zoo_data: remove Log.url field (fixes #18143)

This commit is contained in:
Benjamin Dauvergne 2017-10-24 19:18:04 +02:00
parent 0fc8daac52
commit ba2470e373
1 changed files with 0 additions and 4 deletions

View File

@ -205,10 +205,6 @@ class Log(models.Model):
blank=True,
null=True,
verbose_name=_('content'))
url = models.URLField(
blank=True,
null=True,
verbose_name=_('url'))
class Meta:
ordering = ('-timestamp', '-id')