1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/tests/regressiontests
2006-11-07 05:36:51 +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 #2456 -- Added backslash escaping to addslashes, which is necessary once 2006-09-23 08:41:09 +00:00
forms django.newforms: Implemented hook for validation not tied to a particular field. Renamed to_python() to clean() -- it's just...cleaner. Added Form.as_table(), Form.as_url(), Form.as_table_with_errors() and Form.as_ul_with_errors(). Added ComboField. Updated all unit tests. 2006-11-04 20:49:59 +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
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 Fixed #2800: the ifchanged tag now can optionally take paramaters to be checked for changing (instead of always using the content). Thanks, Wolfram Kriesing. 2006-11-07 05:36:51 +00:00
urlpatterns_reverse
__init__.py