mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed hanging indentation in various code.
This commit is contained in:
parent
aeb8c38178
commit
362813d628
40 changed files with 266 additions and 232 deletions
|
@ -88,7 +88,8 @@ class Friendship(models.Model):
|
|||
on_delete=models.CASCADE,
|
||||
from_fields=['from_friend_country', 'from_friend_id'],
|
||||
to_fields=['person_country_id', 'id'],
|
||||
related_name='from_friend')
|
||||
related_name='from_friend',
|
||||
)
|
||||
|
||||
to_friend_country = models.ForeignObject(
|
||||
Country,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue