diff options
| author | Craig de Stigter <craig.destigter@koordinates.com> | 2014-05-29 10:26:57 +1200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-02 09:32:38 -0400 |
| commit | ce993efda876b19569267badb6af5fd0e80cdee3 (patch) | |
| tree | f5c4c8be1dc0ff7dd02ed52c4b856423c4bb00d8 /docs/ref/checks.txt | |
| parent | 5046c110cfbf5e867fec47c8c68677a76c9e1b68 (diff) | |
Fixed #22690 -- Added a check for proxy models containing fields.
Removed the FieldError raised by ModelBase.__new__ in this case.
Diffstat (limited to 'docs/ref/checks.txt')
| -rw-r--r-- | docs/ref/checks.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 ``<field name>``. * **models.E016**: ``index_together/unique_together`` refers to field ``<field_name>`` which is not local to model ``<model>``. +* **models.E017**: Proxy model ``<model>`` contains model fields. Fields ~~~~~~ |
