mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #35575 -- Added support for constraint validation on GeneratedFields.
This commit is contained in:
committed by
Sarah Boyce
parent
f883bef054
commit
228128618b
@@ -215,6 +215,9 @@ Models
|
||||
methods such as
|
||||
:meth:`QuerySet.union()<django.db.models.query.QuerySet.union>` unpredictable.
|
||||
|
||||
* Added support for validation of model constraints which use a
|
||||
:class:`~django.db.models.GeneratedField`.
|
||||
|
||||
Requests and Responses
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user