We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
由于用户自定义字段是统一以JSON方式存储的extras字段里的,所以暂时无法直接使用 {field}={value}的方式直接Django Query 过滤
使用Django JSONField 过滤 https://docs.djangoproject.com/en/3.2/topics/db/queries/#querying-jsonfield
The text was updated successfully, but these errors were encountered:
nannan00
Successfully merging a pull request may close this issue.
由于用户自定义字段是统一以JSON方式存储的extras字段里的,所以暂时无法直接使用 {field}={value}的方式直接Django Query 过滤
使用Django JSONField 过滤
https://docs.djangoproject.com/en/3.2/topics/db/queries/#querying-jsonfield
The text was updated successfully, but these errors were encountered: