Skip to content

Django 1.9 moves/renames ReverseManyRelatedObjectsDescriptor #176

@lsowen

Description

@lsowen

Per the release notes, ReverseManyRelatedObjectsDescriptor has been moved from django.db.models.fields.related to jango.db.models.fields.related_descriptors and renamed to ReverseManyToOneDescriptor.

I believe the only use of this in in

related.ReverseManyToOneDescriptor: 'OneToMany',

I would be willing to make the change, I'm just not sure the best way to support both 1.9 and 1.8 version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions