diff options
| author | Adnan Umer <u.adnan@outlook.com> | 2019-08-03 16:22:27 +0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-08-08 21:40:06 +0200 |
| commit | 1265a26b2fa3cbd73a2bccd91b700268bc28bc07 (patch) | |
| tree | 1c7a7a7bd04bc33fcc9e9e85a774807433d5ccf2 /docs/ref | |
| parent | 2c66f340bb50ed6790d839157dff64456b497a43 (diff) | |
[2.2.x] Fixed #30673 -- Relaxed system check for db_table collision when database routers are installed by turning the error into a warning.
Backport of 8d3519071ec001f763b70a3a1f98ae2e980bd552 from master.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index a4267131ed..b1e48b2c1b 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -304,6 +304,8 @@ Models * **models.W027**: ``<database>`` does not support check constraints. * **models.E028**: ``db_table`` ``<db_table>`` is used by multiple models: ``<model list>``. +* **models.W035**: ``db_table`` ``<db_table>`` is used by multiple models: + ``<model list>``. Security -------- |
