From 5d25804eaf81795c7d457e5a2a9f0b9b0989136c Mon Sep 17 00:00:00 2001 From: Sanyam Khurana Date: Thu, 13 Dec 2018 01:41:50 +0530 Subject: Fixed #20098 -- Added a check for model Meta.db_table collisions. --- docs/ref/checks.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index acd860065f..6ec3028c35 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -302,6 +302,8 @@ Models * **models.E026**: The model cannot have more than one field with ``primary_key=True``. * **models.W027**: ```` does not support check constraints. +* **models.E028**: ``db_table`` ```` is used by multiple models: + ````. Security -------- -- cgit v1.3