From 0bcc92c6917738caa2f08ec16d26fad62974fb47 Mon Sep 17 00:00:00 2001 From: Marc Egli Date: Mon, 14 Apr 2014 14:41:47 -0400 Subject: Fixed #22356 -- Added a check to make sure unique_together fields are local. --- docs/ref/checks.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 98a6e00e73..67dc335d80 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -44,6 +44,7 @@ Models * **models.E013**: ``index_together/unique_together`` refers to a ManyToManyField ````, but ManyToManyFields are not supported for that option. * **models.E014**: ``ordering`` must be a tuple or list (even if you want to order by only one field). * **models.E015**: ``ordering`` refers to the non-existent field ````. +* **models.E016**: ``index_together/unique_together`` refers to field ```` which is not local to model ````. Fields ~~~~~~ -- cgit v1.3