Re: The hypothetical models.MultiField: is there a rationale to avoid it ? Or could it make it into future releases ?

2015-08-23 Thread schinckel
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

Re: request for API review of streaming responses additions

2015-08-23 Thread Aymeric Augustin
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