mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[2.2.x] Refs #30062 -- Corrected UniqueConstraint signature in docs.
Backport of 5402061c80aa2ede08a7c6b3ff204646c5059cf7 from master
This commit is contained in:
parent
da10b647f7
commit
83605a17f0
@ -56,7 +56,7 @@ The name of the constraint.
|
||||
``UniqueConstraint``
|
||||
====================
|
||||
|
||||
.. class:: UniqueConstraint(*, fields, name)
|
||||
.. class:: UniqueConstraint(*, fields, name, condition=None)
|
||||
|
||||
Creates a unique constraint in the database.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user