-
Notifications
You must be signed in to change notification settings - Fork 143
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
v8 Django model field improvements #11725
Labels
Comments
jacobtylerwalls
added a commit
that referenced
this issue
Jan 10, 2025
jacobtylerwalls
added a commit
that referenced
this issue
Jan 10, 2025
11 tasks
jacobtylerwalls
changed the title
v8 Django model field and constraint improvements
v8 Django model field improvements
Jan 10, 2025
jacobtylerwalls
added a commit
that referenced
this issue
Jan 10, 2025
jacobtylerwalls
added a commit
that referenced
this issue
Jan 10, 2025
jacobtylerwalls
added a commit
that referenced
this issue
Jan 10, 2025
jacobtylerwalls
added a commit
that referenced
this issue
Jan 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#11596 used some features on Django model fields that we haven't always used, e.g.:
blank
default
related_name
related_query_name
As well as some logical constraints that can be enforced in Postgres (and validated with Django's model validation framework).Never mind, I'll do that in a separate PR.This ticket is to break out these improvements from #11596 and discuss them separately.
The text was updated successfully, but these errors were encountered: