flake8
This commit is contained in:
parent
6b3990386b
commit
10ebf99f30
1 changed files with 0 additions and 1 deletions
|
@ -164,7 +164,6 @@ class LocationGroup(Location, EditorFormMixin, models.Model):
|
||||||
return self.title + ' ('+', '.join(str(s) for s in attributes)+')'
|
return self.title + ' ('+', '.join(str(s) for s in attributes)+')'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class LocationRedirect(LocationSlug):
|
class LocationRedirect(LocationSlug):
|
||||||
target = models.ForeignKey(LocationSlug, verbose_name=_('target'), related_name='redirects')
|
target = models.ForeignKey(LocationSlug, verbose_name=_('target'), related_name='redirects')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue