• Michal Čihař's avatar
    Do not try to stream file through request · bf1a63f9
    Michal Čihař authored
    As response handling has changed in Django 1.5, current approach no
    longer works. In future we should use StreamingHttpResponse class, but
    as this is available only since Django 1.5, it should be done once we're
    ready to drop 1.4 support.
    bf1a63f9
files.py 4.54 KB