django/tests/regressiontests
Russell Keith-Magee 2d6d20def7 Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save processing, and modified serializers to use a raw-save. This enables serialization of DateFields with auto_now/auto_now_add. Also modified serializers to invoke save() directly on the model baseclass, to avoid any (potentially order-dependent, data modifying) behavior in a custom save() method.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5658 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-12 07:45:35 +00:00
..
bug639 Added a tearDown to the tests for #639 so that the "uploaded" image doesn't clog /tmp. Sorry, Joseph! 2007-03-01 00:02:04 +00:00
cache
datastructures
datatypes
dateformat Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
db_typecasts
defaultfilters
dispatch
fixtures_regress
forms Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
httpwrappers Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
humanize
i18n
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
model_regress
null_queries
one_to_one_regress
serializers_regress Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save processing, and modified serializers to use a raw-save. This enables serialization of DateFields with auto_now/auto_now_add. Also modified serializers to invoke save() directly on the model baseclass, to avoid any (potentially order-dependent, data modifying) behavior in a custom save() method. 2007-07-12 07:45:35 +00:00
string_lookup
templates Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments. 2007-07-07 18:24:27 +00:00
test_client_regress
text
urlpatterns_reverse
__init__.py