1
0
mirror of https://github.com/django/django.git synced 2025-03-26 17:20:49 +00:00
Claude Paroz b1bf8d64fb [1.7.x] Fixed -- Prevented unclosed file warnings in static.serve()
This regression was caused by 818e59a3f0. The patch is a partial
backport of the new FileResponse class available in later Django
versions.
Thanks Raphaël Hertzog for the report, and Tim Graham and Collin
Anderson for the reviews.
2015-01-23 08:58:34 +01:00
..