mirror of https://gitlab.crans.org/bde/nk20
rm bad foreign key
This commit is contained in:
parent
cef95b57da
commit
7a0efe1aa7
|
@ -61,9 +61,6 @@ class NoteUser(Note):
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.user.get_username()
|
return self.user.get_username()
|
||||||
|
|
||||||
aliases = models.ForeignKey(Aliases)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class NoteSpec(Note):
|
class NoteSpec(Note):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue