django/tests/regressiontests
Malcolm Tredinnick 5a0b72a6eb Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilst
truncating. Patch from SmileyChris.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@4468 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-10 02:51:27 +00:00
..
cache
dateformat Fixed #2099 -- Allow timezone tests to be ignored on Windows systems, due to 2006-09-26 13:38:19 +00:00
db_typecasts
defaultfilters Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilst 2007-02-10 02:51:27 +00:00
forms Fixed #3449 -- fixed regression test results so that they all pass now. Thanks 2007-02-09 22:09:07 +00:00
httpwrappers
initial_sql_regress Fixed #2729 -- Handle initial SQL with different line-ending styles (Windows 2006-09-25 07:36:46 +00:00
invalid_admin_options Fixes #3217 -- Added regression tests for options on the Admin metaclass. Includes some tests that are commented out, as they are known failures. Thanks, Robert Myers (who has promised to fix the rest of the tests). 2007-01-03 04:14:17 +00:00
many_to_one_regress
markup
null_queries Fixes #2737 -- Added code to allow None as a query value for __exact queries, raising an error otherwise. __exact=None is interpreted as the SQL 'value = NULL'. This fixes some minor problems with queries on unsaved objects with related object sets, and stops queries with a value of None being outright ignored (even if they reference an unknown attribute). 2006-10-14 02:48:05 +00:00
one_to_one_regress
string_lookup
templates Template system now supports variables whose str() returns a Unicode object with non-ascii characters. Thanks, gabor 2006-12-05 19:48:46 +00:00
urlpatterns_reverse
__init__.py