Commit 8c4f1665 authored by Joseph Kocherhans's avatar Joseph Kocherhans
Browse files

[1.1.X] Fixed #12570. Removed unused fields from GenericForeignKey. Backport of r12492 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12495 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 8b415e72
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -291,8 +291,6 @@ class BaseGenericInlineFormSet(BaseModelFormSet):
    """
    A formset for generic inline objects to a parent.
    """
    ct_field_name = "content_type"
    ct_fk_field_name = "object_id"

    def __init__(self, data=None, files=None, instance=None, save_as_new=None,
                 prefix=None, queryset=None):