1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests
2012-01-24 10:00:39 +00:00
..
modeltests Fixed #17580 -- Made sure datetime.date instances are correctly handled when being passed to a DateTimeField fields and the timezone support is enabled by making it aware using the default timezone. 2012-01-24 10:00:39 +00:00
regressiontests Fixed #15092 -- Made {% now %} work with single-quoted string arguments. Thanks to ninja_otoko for the report and to steveire, Aymeric Augustin and Claude Paroz for the patch. 2012-01-24 08:02:34 +00:00
templates
runtests.py Fixed deletion of the runtests temp tree to work on Windows even when the tree contains non-ASCII filenames. 2011-12-25 18:53:29 +00:00
test_sqlite.py Fixed a url to the contributing guide in a code comment. 2011-12-14 14:49:00 +00:00
urls.py Made sure the new project template functionality works when the template 2011-12-29 17:03:38 +00:00