django/tests
Ramiro Morales 193f14d862 Fixed #15157 -- Modified evaluation of literals surrounded by _(' and ')' in templates to be evaluated at render time instead of at compile time by using ugettext_lazy. Thanks Jonathan S for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15327 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-26 15:12:18 +00:00
..
modeltests Fixed #6456 - Excised FileField file deletion to avoid data loss. Thanks to durdinator for the report. 2011-01-26 07:46:19 +00:00
regressiontests Fixed #15157 -- Modified evaluation of literals surrounded by _(' and ')' in templates to be evaluated at render time instead of at compile time by using ugettext_lazy. Thanks Jonathan S for the report. 2011-01-26 15:12:18 +00:00
templates
runtests.py Changed name given to test applications in Django own test suite running tool from 'model' to 'module' or 'application'. 2011-01-21 15:55:27 +00:00
test_sqlite.py
urls.py