As it turns out, this is the approach I've settled on for my Postgres
Composite Type/Field implementation.
https://bitbucket.org/schinckel/django-postgres/src/6a6078d8a2cc30bfb61d093354b8228f76484a0c/postgres/fields/composite_field.py?at=default
Some issues I have identified are:
* it's not rea
Hello,
I have three main comments on this patch.
1) About the general API design
This patch adds 7 new “stream” public APIs that duplicate the current “render”
APIs. Adding a stream=False argument to the current APIs would be a more
lightweight alternative. Passing stream=True would enable the s