rm bad foreign key
This commit is contained in:
parent
cef95b57da
commit
7a0efe1aa7
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue