1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/tests/regressiontests
2007-02-28 00:35:50 +00:00
..
bug639 Modified the test from [4609] to use a FileField instead of an ImageField (so that you don't have to have PIL installed to run the unit tests). 2007-02-26 17:50:21 +00:00
cache
datastructures Fixed #2779: added a copy() method to MergeDict, along with some new tests for django.utils.datastructures. Thanks, Chris McAvoy. 2007-02-28 00:35:50 +00:00
dateformat
db_typecasts
defaultfilters Fixed #343: filters that take strings now handle non-strings correctly. Thanks to Boffbowsh for the original patch, and to SmileyChris for the updated patch and tests. 2007-02-23 18:02:51 +00:00
dispatch Updated the dispatch unit tests to be consistant with our coding style. 2007-02-26 03:44:36 +00:00
forms Added newforms USPhoneNumberField in django.contrib.localflavor.usa 2007-02-21 05:54:09 +00:00
httpwrappers
humanize Fixed #3518: Added unit tests for the humanize filters. Major thanks to Jyrki Pulliainen for the tests. 2007-02-25 16:09:30 +00:00
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 Fixed #3465: template variable lookups like {{ foobar.13 }} now (correctly) fail silently on unsubscriptable objects. Thanks, Gary Wilson. 2007-02-27 20:25:27 +00:00
urlpatterns_reverse
__init__.py