mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 11:42:54 +03:00
Fix typo in the constraints docs
This commit is contained in:
parent
801fa477f1
commit
e5ea632f24
@ -59,7 +59,7 @@ Uniqueness
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Uniqueness is enforced by PostgreSQL by creating unique indexes on hstore keys. Keep this is mind when setting up unique constraints. If you already have a unique constraint in place, you do not have to add an additional index as uniqueness is enforced by creating an index.
|
Uniqueness is enforced by PostgreSQL by creating unique indexes on hstore keys. Keep this in mind when setting up unique constraints. If you already have a unique constraint in place, you do not have to add an additional index as uniqueness is enforced by creating an index.
|
||||||
|
|
||||||
|
|
||||||
* Enforce uniqueness for one or more languages:
|
* Enforce uniqueness for one or more languages:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user