Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#11014 closed (invalid)

Bug in create_manager in ForeignRelatedObjectsDescriptor (django/db/models/fields/related.py)

Reported by: Felipe 'chronos' Prenholato Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Keywords: related fields, bug when access
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Appear that someone miss to send superclass parameter to RelatedManager class on ForeignRelatedObjectsDescriptor class.

Change History (2)

comment:1 by Felipe 'chronos' Prenholato, 15 years ago

Resolution: invalid
Status: newclosed

comment:2 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

Note: See TracTickets for help on using tickets.
Back to Top