mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
PEP8
Signed-off-by: Jason Myers <jason@jasonamyers.com>
This commit is contained in:
parent
8eec2d93b6
commit
3f115776e1
16 changed files with 172 additions and 5 deletions
|
@ -39,6 +39,7 @@ class ManyToManyRel(models.Model):
|
|||
# Models created as unmanaged as these aren't ever queried
|
||||
managed = False
|
||||
|
||||
|
||||
class FKRel(models.Model):
|
||||
thing1 = models.ForeignKey(ThingWithIterableChoices, related_name='+')
|
||||
thing2 = models.ForeignKey(ThingWithIterableChoices, related_name='+')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue