django/tests/regressiontests
Malcolm Tredinnick 9c52d56f6f Merged the queryset-refactor branch into trunk.
This is a big internal change, but mostly backwards compatible with existing
code. Also adds a couple of new features.

Fixed #245, #1050, #1656, #1801, #2076, #2091, #2150, #2253, #2306, #2400, #2430, #2482, #2496, #2676, #2737, #2874, #2902, #2939, #3037, #3141, #3288, #3440, #3592, #3739, #4088, #4260, #4289, #4306, #4358, #4464, #4510, #4858, #5012, #5020, #5261, #5295, #5321, #5324, #5325, #5555, #5707, #5796, #5817, #5987, #6018, #6074, #6088, #6154, #6177, #6180, #6203, #6658


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7477 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-04-27 02:50:16 +00:00
..
auth_backends
backends
bug639
cache
datastructures Fixed #6627 -- Made dict.clear() work for SortedDicts. 2008-02-21 21:27:44 +00:00
datatypes Fixed #3689, #5223 -- Fixed "1st of January" comparisons for SQLite without breaking the other backends. 2008-02-23 08:36:41 +00:00
dateformat
db_typecasts
decorators Fixed a missing __init__.py from [7153] 2008-02-26 20:23:10 +00:00
defaultfilters
dispatch
fixtures_regress Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures specified as an absolute path were being loaded multiple times. Thanks to btoll@bestweb.net for the report, fix, and catch of a duplicate ticket. 2008-02-22 12:50:10 +00:00
forms Fixed #6868 -- Fixed test results for Windows systems. Thanks, Ned Batchelder. 2008-03-24 13:10:48 +00:00
httpwrappers
humanize
i18n Tweaked an i18n test that is a bit sensitive to Python versions. It returns 2008-03-17 16:03:46 +00:00
initial_sql_regress
invalid_admin_options
many_to_one_regress
max_lengths
maxlength
middleware
model_fields Fixed #6445 -- Allow model instances to be used as a default for ForeignKeys 2008-03-20 06:56:23 +00:00
model_regress Added a test for month selection under SQLite in case an old possible bug ever 2008-03-24 14:19:12 +00:00
null_queries Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
one_to_one_regress
queries Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
requests Fixed #6764 -- Added some error checking around cookie decoding. Thanks, 2008-03-17 13:49:04 +00:00
serializers_regress Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
string_lookup Re-enable substring lookups for IP address fields in Postgres using HOST() Thanks for the suggestion, Thomas Adamcik. Fixes #708. 2008-02-26 23:12:47 +00:00
syndication Forgot to commit a new file from [7328]. 2008-03-20 06:56:46 +00:00
templates Fixed #6279, #6514 -- Fixed some HTML escaping problems in the urlize filter. 2008-02-03 08:54:26 +00:00
test_client_regress Fixed #5982 -- Changed test client's URL processing to match core's (everything 2008-03-20 06:50:54 +00:00
text
urlpatterns_reverse
utils Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when calling a middleware's 2008-03-17 17:47:34 +00:00
views
__init__.py