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.expressions #2176

Merged
merged 1 commit into from
May 21, 2024

Conversation

JaeHyuckSa
Copy link
Contributor

I have made things!

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

I moved all classes except F to the allowlist because their allowed_default is @cached_property method.

Related issues

Refs

Upstream PR

@JaeHyuckSa
Copy link
Contributor Author

@sobolevn I know that there are many @cached_property methods in the allowlist. For ease of future work, is it okay to categorize all the @cached_property methods in the allowlist?

@sobolevn
Copy link
Member

Yes :)

@sobolevn sobolevn merged commit 496190e into typeddjango:master May 21, 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.

2 participants