Fix typo in extended related name
This commit is contained in:
parent
cc3ba4a492
commit
c317310dcf
3 changed files with 5 additions and 5 deletions
|
|
@ -40,7 +40,7 @@ class PhotoExtended(models.Model):
|
|||
# Extend Photologue Photo model.
|
||||
photo = models.OneToOneField(
|
||||
Photo,
|
||||
related_name='extented',
|
||||
related_name='extended',
|
||||
on_delete=models.CASCADE,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue