From ce993efda876b19569267badb6af5fd0e80cdee3 Mon Sep 17 00:00:00 2001 From: Craig de Stigter Date: Thu, 29 May 2014 10:26:57 +1200 Subject: Fixed #22690 -- Added a check for proxy models containing fields. Removed the FieldError raised by ModelBase.__new__ in this case. --- docs/ref/checks.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/ref') diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 8cdeb1df91..65f3d95453 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -45,6 +45,7 @@ Models * **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 ````. +* **models.E017**: Proxy model ```` contains model fields. Fields ~~~~~~ -- cgit v1.3