summaryrefslogtreecommitdiff
path: root/tests/regressiontests/views/media
AgeCommit message (Collapse)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2010-09-26Fixed #7535 -- Correctly set Content-Encoding header in static files serving ↵Jannis Leidel
view. Thanks for the report and patch, Kevin Hunter. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13868 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-17Fixed #5596 -- Changed the static view for the development server so that ↵Malcolm Tredinnick
Django doesn't crash if somebody tries to serve a 200MB file. Patch from eibaan. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6939 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-17Fixed #5496 -- Added test cases for some of the built-in Django views. ↵Russell Keith-Magee
Thanks to Manuel Saelices <msaelices@yaco.es> for the original patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6370 bcc190cf-cafb-0310-a4f2-bffc1f526a37