#31677: ForeignObjectRel and its subclasses shouldn't be set as Col.output_field.
-------------------------------------+-------------------------------------
Reporter: felixxm | Owner: Simon Charette
Type: | Status: assigned
Cleanup/optimization |
Component: Database | Version: master
layer (models, ORM) |
Severity: Normal | Keywords:
Triage Stage: Accepted | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
`ForeignObjectRel` and its subclasses (e.g. `ManyToOneRel`) shouldn't be
set as `Col.output_field`. It can cause various issues, see #31660 and a
[
https://github.com/django/django/pull/13025#pullrequestreview-425279818 short discussion].
--
Ticket URL: <https://code.djangoproject.com/ticket/31677>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.