Opened 11 years ago

Closed 11 years ago

#19459 closed Bug (duplicate)

Reverse relationship on a new object returns related items.

Reported by: Stavros Korokithakis Owned by: nobody
Component: Uncategorized Version: 1.4
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I have a UserProfile with a nullable, optional ForeignKey on Organization, called org. Doing Organization().userprofile_set() returns all objects that don't have org set. Is that intentional?

Change History (1)

comment:1 by Karen Tracey, 11 years ago

Resolution: duplicate
Status: newclosed

Sounds like #15146

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