1
0
mirror of https://github.com/django/django.git synced 2024-12-26 11:06:07 +00:00
django/tests/regressiontests/views/tests
2009-12-30 22:11:11 +00:00
..
generic Fixed #12125 -- Fixed a typo in the generic views date_based test that caused it to fail in November. Thanks brutasse. 2009-11-01 22:12:40 +00:00
__init__.py Fixed #10267 -- Correctly handle IRIs in HttpResponse.build_absolute_uri(). 2009-04-12 03:50:47 +00:00
debug.py Fixed #7529: added a FILES section to the debug view. As a bonus, we've now got 2009-03-31 17:10:06 +00:00
defaults.py Fixed #10927 - Content Types shortcut view throws 500s instead of 404s 2009-12-19 15:25:16 +00:00
i18n.py Fixed #12448 - Make sure format strings are handled correctly as unicode. 2009-12-30 22:11:11 +00:00
specials.py Fixed #10267 -- Correctly handle IRIs in HttpResponse.build_absolute_uri(). 2009-04-12 03:50:47 +00:00
static.py