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

v8 Django model field improvements #11725

Open
jacobtylerwalls opened this issue Jan 10, 2025 · 0 comments · May be fixed by #11726
Open

v8 Django model field improvements #11725

jacobtylerwalls opened this issue Jan 10, 2025 · 0 comments · May be fixed by #11726

Comments

@jacobtylerwalls
Copy link
Member

jacobtylerwalls commented Jan 10, 2025

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

@jacobtylerwalls jacobtylerwalls self-assigned this Jan 10, 2025
@chiatt chiatt added this to pipeline Jan 10, 2025
@jacobtylerwalls jacobtylerwalls moved this to 🏗 In Progress in pipeline 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 jacobtylerwalls moved this from 🏗 In Progress to 👀 In Review in pipeline Jan 10, 2025
@jacobtylerwalls 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 👀 In Review
Development

Successfully merging a pull request may close this issue.

1 participant