django/tests/regressiontests
Russell Keith-Magee 75d018f631 Fixed #13621 -- Corrected the handling of input formats on date/time form fields. Thanks to bufke for the report, zerok and jacmkno for their work on the patch, and Karen, Jannis and Alex for feedback.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-05 12:50:30 +00:00
..
admin_changelist
admin_inlines Fixed #12749 -- Corrected a problem with validation of inline primary keys. Thanks to Chris.Wesseling@cwi.nl for the report, and nessita for the test case. 2010-04-27 15:05:38 +00:00
admin_ordering Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
admin_registration
admin_scripts Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
admin_util
admin_validation
admin_views Fixed #13514 -- Corrected the process of loading multiple javascript translation catalogs. Thanks to jtiai for the report, to Ramiro Morales for working out the test case, and to Ramiro and Jannis for their help on the fix. 2010-05-13 13:29:31 +00:00
admin_widgets Fixed #13560 -- Fixed localization of widgets. 2010-05-21 14:07:54 +00:00
aggregation_regress Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
app_loading
backends Added a related_name to a test model to avoid a name clash in the full test suite. 2010-07-30 03:49:58 +00:00
bash_completion Refs #11109 -- Touched some whitespace so Trac will display some files correctly. 2009-12-02 00:30:00 +00:00
bug639 Made a set of small test changes to avoid leaving temp files hanging around after running the test suite. First, fixed a couple of places where temp dirs were (or could be) created without later being deleted. Second, added a missing close() before unlink() since Windows raises an error on an attempt to remove an open file. Finally, in the file_uploads tests, avoided opening-by-name temporary files that we already have a descriptor for. Doing additional opens seems to run afoul of the Windows issue with deleting open files, so it generally works better to just seek back to 0 instead of calling open multiple times. 2009-04-05 20:59:20 +00:00
bug8245
builtin_server
cache Fixed #11012: don't needless convert cache values to unicode. 2010-03-01 20:11:24 +00:00
comment_tests Fixed #13509 -- Modified the comment tests so that signal cleanup doesn't rely on garbage collection. Thanks to Alex Gaynor for the report and patch. 2010-05-10 12:39:53 +00:00
conditional_processing
context_processors
csrf_tests Fixed #13716 - the CSRF get_token function stopped working for views with csrf_view_exempt 2010-06-08 14:35:48 +00:00
custom_columns_regress
custom_managers_regress
datastructures
datatypes
dateformat Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 uses "T" as the separator between the date and the time value to increase real world usefulness. 2010-05-16 15:54:10 +00:00
db_typecasts
decorators Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
defaultfilters Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
defer_regress
delete_regress
dispatch
expressions_regress
extra_regress
file_storage Fixed a regression on Python < 2.6 introduced in [12552]. 2010-02-23 23:23:38 +00:00
file_uploads
fixtures_regress
forms Fixed #13621 -- Corrected the handling of input formats on date/time form fields. Thanks to bufke for the report, zerok and jacmkno for their work on the patch, and Karen, Jannis and Alex for feedback. 2010-08-05 12:50:30 +00:00
formwizard
generic_inline_admin
generic_relations_regress
get_or_create_regress
httpwrappers Fixed #13572: copies of QueryDicts now have their encoding set correctly. 2010-05-28 16:39:52 +00:00
humanize
i18n Fixed #13560 -- Fixed localization of widgets. 2010-05-21 14:07:54 +00:00
initial_sql_regress
inline_formsets
introspection
locale/de/LC_MESSAGES Fixed #11384 - Make sure translations in the project directory really override translations in apps as specified in the docs. 2010-02-16 12:17:17 +00:00
localflavor
m2m_regress
m2m_through_regress Fixed #13799, a test failure on Postgres. Thanks, Alex. 2010-06-23 20:03:41 +00:00
mail
makemessages
managers_regress
many_to_one_regress
max_lengths
middleware
middleware_exceptions
model_fields Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
model_forms_regress Fixed #13613 -- Ensure that forms.URLField and forms.EmailField are used on a modelform. This ensures that fields are URL and Email fields are cleaned consistently when included on model forms. Thanks to amadison for the report. 2010-08-05 03:59:20 +00:00
model_formsets_regress
model_inheritance_regress Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
model_inheritance_select_related
model_regress
modeladmin Fixed #13023 - Removed ambiguity with regard to the max_num option of formsets and as a result of admin inlines. Thanks to Gabriel Hurley for the patch. 2010-03-27 23:03:56 +00:00
multiple_database Fixed #13697 -- Modified multiple_database test to avoid a failure observed under Python 2.6. 2010-06-05 06:37:52 +00:00
null_fk
null_fk_ordering
null_queries
one_to_one_regress Fixed #9023 -- Corrected a problem where cached attribute values would cause a delete to cascade to a related object even when the relationship had been set to None. Thanks to TheShark for the report and test case, and to juriejan and Jacob for their work on the patch. 2009-06-15 14:30:51 +00:00
pagination_regress
queries Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
queryset_pickle
requests
reverse_single_related
select_related_onetoone
select_related_regress Fixed #12851 -- Another attempt at fixing select_related() with inherited models, this time with only(). Thanks to phxx for the test case. 2010-04-30 16:32:48 +00:00
serializers_regress Fixed #13638 -- Refactored the serializers_regress tests to avoid the use of flush, and make better use of the transactional capabilities of django.test.TestCase. Thanks to Alex Gaynor for the patch. 2010-05-28 09:52:24 +00:00
servers
settings_tests Fixed the tests I broke with [11824]. 2009-12-12 18:45:43 +00:00
signals_regress
special_headers
string_lookup Changed "exact" matches in MySQL to use the database's native collation. 2008-08-12 07:52:33 +00:00
syndication
templates Fixed #11377: the template join filter now correctly escapes the joiner, too. 2010-08-03 15:42:39 +00:00
test_client_regress
test_runner
test_utils
text
urlpatterns_reverse Fixed #13922 -- Updated resolve() to support namespaces. Thanks to Nowell Strite for the report and patch. 2010-08-05 07:09:47 +00:00
utils Fixed #13698 -- Removed trailing whitespace from regressiontests/utils/timesince. Officially, I'm doing this because trailing whitespace is bad, but apparently it also causes test failures for some people (for reasons we can't narrow down), so there's a double win. 2010-06-05 13:07:21 +00:00
views Fixed #13514 -- Corrected the process of loading multiple javascript translation catalogs. Thanks to jtiai for the report, to Ramiro Morales for working out the test case, and to Ramiro and Jannis for their help on the fix. 2010-05-13 13:29:31 +00:00
__init__.py