diff options
Diffstat (limited to 'django/contrib/contenttypes/fields.py')
| -rw-r--r-- | django/contrib/contenttypes/fields.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/contenttypes/fields.py b/django/contrib/contenttypes/fields.py index f9d5d7cfd2..3ff5ad7f0e 100644 --- a/django/contrib/contenttypes/fields.py +++ b/django/contrib/contenttypes/fields.py @@ -299,7 +299,7 @@ class GenericRelation(ForeignObject): rel_class = GenericRel def __init__(self, to, object_id_field='object_id', content_type_field='content_type', - for_concrete_model=True, related_query_name=None, limit_choices_to=None, **kwargs): + for_concrete_model=True, related_query_name=None, limit_choices_to=None, **kwargs): kwargs['rel'] = self.rel_class( self, to, related_query_name=related_query_name, |
