django/tests/regressiontests
Alex Gaynor 3498849532 Fixed #14424 -- corrected a NameError when instantiating a RelatedFieldWidgetWrapper.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14683 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-22 21:55:29 +00:00
..
admin_changelist
admin_inlines
admin_ordering
admin_registration
admin_scripts
admin_util Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control cascade behavior. Also refactored deletion for efficiency and code clarity. Many thanks to Johannes Dollinger and Michael Glassford for extensive work on the patch, and to Alex Gaynor, Russell Keith-Magee, and Jacob Kaplan-Moss for review. 2010-11-09 16:46:42 +00:00
admin_validation
admin_views Fixed #3400 -- Support for lookup separator with list_filter admin option. Thanks to DrMeers and vitek_pliska for the patch! 2010-11-21 19:29:15 +00:00
admin_widgets Fixed #14424 -- corrected a NameError when instantiating a RelatedFieldWidgetWrapper. 2010-11-22 21:55:29 +00:00
aggregation_regress Fixed #14754 -- corrected using an aggregate in an F expressions when that queryset is later used in a subquery. Thanks to master for the patch. 2010-11-22 18:00:01 +00:00
app_loading Properly handle the fact that lists are mutable when trying to maintain state in a test. 2010-11-02 05:27:24 +00:00
backends Fixed #14223 -- Extended unification of exception raised in presence of integrity constraint violations. 2010-10-23 00:01:22 +00:00
bash_completion
bug639
bug8245
builtin_server
cache Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks to bruth for the patch. 2010-11-19 15:39:35 +00:00
comment_tests Fixed #12325 -- Allows zero values for moderate_after and close_after fields of comment moderators. Thanks, Gabriel Hurley. 2010-11-13 18:42:56 +00:00
conditional_processing
context_processors Fixed #14389, #9666 -- Started the migration path to make the first argument to url and ssi template tags syntactically consistent with other tags. Thanks to Sean Brant for the draft patch. 2010-11-20 06:22:28 +00:00
csrf_tests Fixed #14508 - test suite silences warnings. 2010-11-11 15:06:20 +00:00
custom_columns_regress
custom_managers_regress
datatypes Made the oracle backend throw the same ValueError as the mysql backend when a timezone-aware datetime is passed in. This fixes a datatypes test failure. 2010-11-12 18:39:30 +00:00
dates Fixed #13935, added support for using QuerySet.dates across related fields. Thanks to valyagolev for his work on the patch. 2010-11-04 16:03:05 +00:00
db_typecasts Fixed #14453 -- Changed handling of microseconds part in typecast_timestamp() DB backend helper function to be more correct. Thanks philipn for the report and fix. 2010-11-21 15:08:53 +00:00
decorators
defaultfilters
defer_regress
delete_regress
dispatch
expressions_regress Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch. 2010-10-11 12:55:17 +00:00
extra_regress
file_storage Fixed #14749 -- added support for using Django's file object as context managers. Thanks to Florian Apolloner for the patch. 2010-11-21 17:51:41 +00:00
file_uploads
fixtures_regress Fixed a test case that was failing in Oracle due to conflation of null and empty strings. 2010-11-12 19:26:57 +00:00
forms Fixed #11418 -- formset.cleaned_data no longer raises AttributeError when is_valid is True. Thanks mlavin! 2010-11-21 17:27:01 +00:00
formwizard Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus, we now have the beginnings of a test suite for FormWizard. Thanks, Keith Bussell. 2009-04-01 14:13:43 +00:00
generic_inline_admin Fixed #14670 -- Made GenericTabularInline aware of changes made in r13708. Thanks, gregmuellegger. 2010-11-13 18:42:31 +00:00
generic_relations_regress
generic_views Fixed #14504 -- Corrected the way object_list is used in ListView to avoid overwriting context. Includes improved usage of unittest2 assertions. Thanks to Łukasz Rekucki for the final patch. 2010-10-28 02:58:28 +00:00
get_or_create_regress
httpwrappers Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch. 2010-10-11 12:55:17 +00:00
humanize
i18n Fixed #10004 and #12320 -- Enabled the makemessages management command to collect comments for translators that start with the "Translators" keyword. Thanks for the report and patches, martinb and Claude Paroz. 2010-11-17 15:37:33 +00:00
initial_sql_regress
inline_formsets
introspection
locale/de/LC_MESSAGES
localflavor
m2m_regress
m2m_through_regress
mail
managers_regress
many_to_one_regress
max_lengths
middleware
middleware_exceptions Fixed #13684 -- if settings.ROOT_URLCONF isn't defined don't blow up with an UnboundLocalError. 2010-11-07 16:02:22 +00:00
model_fields
model_forms_regress
model_formsets_regress Fixed failing tests caused by r14667 2010-11-21 17:48:52 +00:00
model_inheritance_regress Fixed #14423 -- corrected incorrect SQL being generated when a nullable, inherited field was used in an exclude. Thanks to PhiR_42 for the patch. 2010-11-17 16:46:50 +00:00
model_inheritance_select_related
model_regress Fixed a failing test caused by [14614]. 2010-11-19 03:42:20 +00:00
modeladmin Fixed #3400 -- Support for lookup separator with list_filter admin option. Thanks to DrMeers and vitek_pliska for the patch! 2010-11-21 19:29:15 +00:00
multiple_database Fixed #14691 -- Made ForeignKey.validate() use the right database. Thanks Marco Paolini for the report. 2010-11-16 22:09:13 +00:00
null_fk
null_fk_ordering
null_queries
one_to_one_regress
pagination_regress
queries Added a test for using an `__in` lookup with a ValueListQueryset from a none() call. Refs #14622. 2010-11-16 02:33:51 +00:00
queryset_pickle
requests Make the requests test use unittest2, rather than the system unittest. 2010-11-07 15:41:17 +00:00
reverse_single_related
select_related_onetoone
select_related_regress
serializers_regress
servers
settings_tests
signals_regress
sites_framework
special_headers
staticfiles_tests Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusion around the STATICFILES_URL and STATICFILES_ROOT settings. 2010-11-17 15:36:26 +00:00
string_lookup
syndication Fixed #14508 - test suite silences warnings. 2010-11-11 15:06:20 +00:00
templates Fixed #14389, #9666 -- Started the migration path to make the first argument to url and ssi template tags syntactically consistent with other tags. Thanks to Sean Brant for the draft patch. 2010-11-20 06:22:28 +00:00
test_client_regress
test_runner
test_utils Fixed #14749 -- added support for using Django's file object as context managers. Thanks to Florian Apolloner for the patch. 2010-11-21 17:51:41 +00:00
text
urlpatterns_reverse Fixed #14389, #9666 -- Started the migration path to make the first argument to url and ssi template tags syntactically consistent with other tags. Thanks to Sean Brant for the draft patch. 2010-11-20 06:22:28 +00:00
utils Fixed a few more cases of the tests not properly restoring sys.path (follow up on [14429]). 2010-11-02 05:31:19 +00:00
views Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz. 2010-11-04 10:48:27 +00:00
__init__.py