summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes/fields.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/contenttypes/fields.py')
-rw-r--r--django/contrib/contenttypes/fields.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/contenttypes/fields.py b/django/contrib/contenttypes/fields.py
index 72b9e7631a..35fcd0d908 100644
--- a/django/contrib/contenttypes/fields.py
+++ b/django/contrib/contenttypes/fields.py
@@ -461,7 +461,7 @@ class GenericRelation(ForeignObject):
to_opts=opts,
target_fields=(opts.pk,),
join_field=self,
- m2m=not self.unique,
+ m2m=False,
direct=False,
filtered_relation=filtered_relation,
)