diff options
| author | Rigel Di Scala <rigel.discala@propylon.com> | 2014-10-14 14:10:27 +0100 |
|---|---|---|
| committer | Loic Bistuer <loic.bistuer@gmail.com> | 2014-10-16 23:49:21 +0700 |
| commit | a5c77417a651c93036cf963e6da518653115be7e (patch) | |
| tree | bffcc1d05dae9573b5de308bab0335b733ce1110 /docs/topics/python3.txt | |
| parent | 157f9cf240427bd52aa09a895ac4456da167f876 (diff) | |
Fixed #23615 -- Validate that a Model instance's "check" attribute is a method.
The "check" name is a reserved word used by Django's check framework,
and cannot be redefined as something else other than a method, or the check
framework will raise an error.
This change amends the django.core.checks.model_check.check_all_models()
function, so that it verifies that a model instance's attribute "check"
is actually a method. This new check is assigned the id "models.E020".
Diffstat (limited to 'docs/topics/python3.txt')
0 files changed, 0 insertions, 0 deletions
