django/tests/othertests
Adrian Holovaty 74f5d2b9b0 Fixed #2528 -- Fixed 'time' template filter for midnight time value. Thanks, django@dougma.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3563 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-12 05:09:12 +00:00
..
__init__.py Added framework for writing non-model-based tests, and added tests for cache and templates 2005-08-01 19:09:07 +00:00
cache.py Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter 2006-04-12 13:35:31 +00:00
dateformat.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
db_typecasts.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
defaultfilters.py Fixed #2528 -- Fixed 'time' template filter for midnight time value. Thanks, django@dougma.com 2006-08-12 05:09:12 +00:00
httpwrappers.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
markup.py Fixed #2397 -- fixed markdown test to be a bit more lenient in what counts as a 2006-07-22 02:47:17 +00:00
templates.py Fixed #1650: the {% extends %} tag now can extend a Template object passed into the context. Thanks, clelland@gmail.com. 2006-07-27 23:23:55 +00:00
urlpatterns_reverse.py Added urlpatterns_reverse unit tests, which test the reverse lookup of URLs 2006-07-28 02:08:36 +00:00