Skip to content

ref: deprecate our ArrayField for django's #93504

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

Merged
merged 1 commit into from
Jun 13, 2025

Conversation

asottile-sentry
Copy link
Member

No description provided.

@asottile-sentry asottile-sentry requested a review from a team June 13, 2025 13:28
@asottile-sentry asottile-sentry requested a review from a team as a code owner June 13, 2025 13:28
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 13, 2025
Comment on lines +135 to +137
semver=Func(
*(F(col) for col in cols), function="ROW", output_field=models.JSONField()
)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this one is a little weird -- technically this isn't json but it also wasn't a postgres array and was just working by accident

this generates the same sql as before and seems to work the same from what I can tell

@asottile-sentry asottile-sentry merged commit 4bd1783 into master Jun 13, 2025
66 checks passed
@asottile-sentry asottile-sentry deleted the asottile-deprecate-array-field branch June 13, 2025 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants