summaryrefslogtreecommitdiff
path: root/tests/model_validation
diff options
context:
space:
mode:
authorJason Myers <jason@jasonamyers.com>2013-11-02 17:50:35 -0500
committerJason Myers <jason@jasonamyers.com>2013-11-02 23:50:38 -0500
commit3f115776e1ffaf7b48976f88faf36c423e544d1d (patch)
tree5b1c637673d72a9f53842be864d44983537b3e6a /tests/model_validation
parent8eec2d93b6e93b8a1107fb3de2acd68d6994d6ec (diff)
PEP8
Signed-off-by: Jason Myers <jason@jasonamyers.com>
Diffstat (limited to 'tests/model_validation')
-rw-r--r--tests/model_validation/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/model_validation/models.py b/tests/model_validation/models.py
index d2e77cbccc..dfe6d62996 100644
--- a/tests/model_validation/models.py
+++ b/tests/model_validation/models.py
@@ -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='+')