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

5.0: Update django.db.models.query_utils #2165

Merged
merged 3 commits into from
May 19, 2024

Conversation

saJaeHyukc
Copy link
Contributor

I have made things!

Update stubs for django.db.models.query_utils for Django 5.0.

  • django.db.models.query_utils
    • django.db.models.query_utils.Q.identity was added
    • django.db.models.query_utils.FilteredRelation.path was removed
    • django.db.models.query_utils.FilteredRelation.relabeled_clone was added
    • django.db.models.query_utils.FilteredRelation.resolve_expression was added

I reviewed the pull request at pr-2131 to address the django.db.models.query_utils.Q.identity issue. Since the cached_property problem cannot be resolved immediately, I have added it to the allowlist_todo.txt.

Related issues

Refs

Upstream PR
django.db.models.query_utils.Q.identity was added

django.db.models.query_utils.FilteredRelation.path was removed
django.db.models.query_utils.FilteredRelation.relabeled_clone was added
django.db.models.query_utils.FilteredRelation.resolve_expression was added

@saJaeHyukc saJaeHyukc mentioned this pull request May 16, 2024
39 tasks
@sobolevn sobolevn merged commit ff373a2 into typeddjango:master May 19, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants