Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sample_project): annotated queryset for Place #1345

Closed
wants to merge 1 commit into from

Conversation

gythaogg
Copy link
Contributor

@gythaogg gythaogg commented Nov 5, 2024

Place queryset is annotated with two fields called resident_id, and resident_name that picks one resident (person) living in that place using the LivesIn relationship.

reproduces issue described in #1346

Place queryset is annotated with two fields called resident_id, and
resident_name that picks one resident (person) living in that place
using the LivesIn relationship.
@gythaogg gythaogg marked this pull request as draft November 5, 2024 12:19
@b1rger
Copy link
Contributor

b1rger commented Nov 11, 2024

should we close this, now that the issue is resolved? or do you want to have this reproducer in the sample_project?

@gythaogg
Copy link
Contributor Author

No no, I don't think we need this in the sample project.

@gythaogg gythaogg closed this Nov 11, 2024
@gythaogg gythaogg deleted the annotations-name-conflict branch November 11, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants