1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/tests/regressiontests
2007-01-27 22:16:16 +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 Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to specify precision of floats, Thanks, Eric Floehr. 2007-01-03 05:29:34 +00:00
forms newforms: Added a unit test that tests dynamic field addition with base fields defined on the class 2007-01-27 22:16:16 +00:00
httpwrappers
initial_sql_regress
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