You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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:
#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: