#33114: StringAgg always fails on TextField
-------------------------------------+-------------------------------------
Reporter: Swen Kooij | Owner: nobody
Type: Uncategorized | Status: new
Component: Database layer | Version: 3.2
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):
* cc: Simon Charette (added)
Comment:
This side-effect is documented, see
9369f0cebba1f65909a14dec6aa3515ec1eb2557 and #31967. Also, you can set
`output_field` directly in the `StringAgg()`, e.g.
{{{
StringAgg('field', ';', output_field=TextField())
}}}
I'm not sure if there is anything specific that we could do.
--
Ticket URL: <https://code.djangoproject.com/ticket/33114#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/067.aa4f193e03fc574247b62b7daf7c031f%40djangoproject.com.