Opened 12 years ago
Closed 12 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?
Note:
See TracTickets
for help on using tickets.
Sounds like #15146