Opened 7 years ago

Closed 7 years ago

#28449 closed Uncategorized (invalid)

bug related to the joins whith pk_id__exact__id

Reported by: luca paterlini Owned by: nobody
Component: Database layer (models, ORM) Version: 1.11
Severity: Normal Keywords: join
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'm studying all the main documentation of the Django project.

I've found an unexpected error while comparing
the result of blog_id and blog_pk

I've created a repo to make that contains the model taken from the manual
and inside the test file, I've reproduced the bug that I've encountered

https://github.com/LucaPaterlini/Django_bug_1

I hope to have done something useful for the community.

Best,
LP

Change History (1)

comment:1 by luca paterlini, 7 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top