Mjumbe Poe
Mjumbe Poe
This looks good, but do you know whether `StreamingHttpResponse` will work for all cases that `HttpResponse` worked?
That would be awesome!
You're looking to change the CSV output to have `;` as the delimeter, yes? That would be controlled in the renderer rather than the parser. To create a renderer that...
@stevelacey you can control the extension that _django-jstemplate_ looks for with the `JSTEMPLATE_EXTS` setting variable (e.g., `JSTEMPLATE_EXTS = ['html.twig']`). For the formal support, I would gladly accept a pull request...
@VidJa There's no configuration options right now to omit the header entirely. I'd be willing to discuss design and perhaps accept a pull request for such a thing, but is...
@johnecon Interesting. What version of `django-rest-framework-csv` are you using? I though this should have been fixed since v1.3.3 (but maybe not?).
Ooh, @cescp I just saw this. Thanks! Lots of good stuff here. If you can, would you do me a favor and: 1. add `xlrd==0.9.3` and `xlwt==0.7.5` to the _requirements.txt_...
Hey, yeah, this is a good idea. Using the model verbose names may be difficult though, since the data no longer has any connection to the models by the time...
@hannicolas This could be done if the user has node installed. Something like: 1. Specify `servercompile` flag in the template tag 2. Compile the template with node and cache the...
@mitsest The most important function in the `I18nPreprocessor` is the `process` function. Any class you create with a function that matches this signature can be used as a preprocessor. See...