django/tests/regressiontests/views/tests
Jannis Leidel 12d40a9fd6 Fixed #11384 - Make sure translations in the project directory really override translations in apps as specified in the docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12447 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-16 12:17:17 +00:00
..
generic Fixed: 3274: Added date_list context variable to the archive_month generic view, consistent with archive_index and archive_year. Thanks Sean Brant. 2010-01-10 19:52:17 +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 #11384 - Make sure translations in the project directory really override translations in apps as specified in the docs. 2010-02-16 12:17:17 +00:00
specials.py Fixed #10267 -- Correctly handle IRIs in HttpResponse.build_absolute_uri(). 2009-04-12 03:50:47 +00:00
static.py Fixed #5596 -- Changed the static view for the development server so that Django doesn't crash if somebody tries to serve a 200MB file. Patch from eibaan. 2007-12-17 11:46:48 +00:00