It looks like the problem is this line:
https://github.com/django/django/blob/5cf96b49e43daea6d4a0ba1c80c45e90c74f4e47/django/db/models/base.py#L380
- it sets field_iter to _meta.fields, and then never filters non-concrete
fields out.
--
Ticket URL: <https://code.djangoproject.com/ticket/24436>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: tomasz.kontusz@… (added)
* needs_better_patch: => 0
* component: Uncategorized => Database layer (models, ORM)
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/24436#comment:1>
* status: new => closed
* resolution: => invalid
Comment:
Nevermind, it was user error - I had a django-hvad pseudo-field AND an
actual field of the same name.
--
Ticket URL: <https://code.djangoproject.com/ticket/24436#comment:2>