diff options
author | Gagaro <gagaro42@gmail.com> | 2022-03-16 16:05:12 +0100 |
---|---|---|
committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-03-16 16:55:17 +0100 |
commit | 9c04af837a333caa3e06a72ae53f77c064c94c3e (patch) | |
tree | 67a4d186ec1d6a62c700db0543926870c98e26a8 /docs/ref/contrib/postgres | |
parent | 4bd494db42cbe7ab8dc212dd5986ba3532488138 (diff) | |
download | django-9c04af837a333caa3e06a72ae53f77c064c94c3e.tar.gz |
Doc'd BaseConstraint.
Diffstat (limited to 'docs/ref/contrib/postgres')
-rw-r--r-- | docs/ref/contrib/postgres/constraints.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/postgres/constraints.txt b/docs/ref/contrib/postgres/constraints.txt index 1ea1fcfb8f..1c283c367e 100644 --- a/docs/ref/contrib/postgres/constraints.txt +++ b/docs/ref/contrib/postgres/constraints.txt @@ -32,7 +32,7 @@ PostgreSQL supports additional data integrity constraints available from the .. attribute:: ExclusionConstraint.name -The name of the constraint. +See :attr:`.BaseConstraint.name`. ``expressions`` --------------- |