Refs #30062 -- Corrected UniqueConstraint signature in docs.

This commit is contained in:
GwynBleidD 2019-05-20 10:52:57 +02:00 committed by Mariusz Felisiak
parent fa422dd78b
commit 5402061c80
1 changed files with 1 additions and 1 deletions

View File

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