1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/tests/regressiontests/views
2010-09-26 20:44:56 +00:00
..
app1
app2
app3
app4
fixtures
locale
media Fixed #7535 -- Correctly set Content-Encoding header in static files serving view. Thanks for the report and patch, Kevin Hunter. 2010-09-26 15:10:41 +00:00
templates/debug
templatetags
tests Fixed #12544 and #13600 -- Fixed static files serving view to catch invalid date from If-Modified-Since header. Thanks akaihola and SmileyChris for patches. 2010-09-26 20:44:56 +00:00
__init__.py
models.py
urls.py Add option to redirect_to view to allow passing along the query string 2010-09-11 03:13:23 +00:00
views.py