django/tests
Loic Bistuer 7d0c3b9b26 Fixed MySQL failing test introduced by c86a9b6 2013-06-19 16:13:43 +07:00
..
admin_changelist Fixed #19080 -- Fine-grained control over select_related in admin 2013-06-05 23:08:00 +02:00
admin_custom_urls
admin_docs Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware 2013-05-19 13:18:35 +02:00
admin_filters Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
admin_inlines Fixed available_apps for selenium tests. 2013-06-10 12:11:46 +02:00
admin_ordering Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
admin_registration
admin_scripts Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
admin_util Fixed #18134 -- BoundField.label_tag now includes the form's label_suffix 2013-06-10 14:23:15 -04:00
admin_validation Fixed #12674 -- provide a way to override admin validation 2013-05-19 12:42:52 +02:00
admin_views Fixed MySQL failing test introduced by c86a9b6 2013-06-19 16:13:43 +07:00
admin_widgets Fixed available_apps for selenium tests. 2013-06-10 12:11:46 +02:00
aggregation
aggregation_regress Fixed random aggregation_regress test_more_more_more() failure 2013-05-28 08:55:04 +03:00
app_loading
backends Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
base add comment to explain why it's necessary to do an explicit check for 2013-05-19 10:36:04 +02:00
bash_completion
basic Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
bug639 Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
bug8245
builtin_server Fixed #18972 -- Refactored bundled wsgi server's chunking algorithm. 2013-03-20 18:46:26 -04:00
bulk_create
cache Added cache to available_apps in cache tests 2013-06-14 17:05:54 +03:00
choices
commands_sql Fixed #15697 -- Made sqlindexes aware of auto-created tables 2013-05-29 15:50:26 +02:00
comment_tests Use assertIsInstance in tests. 2013-05-21 10:42:15 +01:00
compat_checks Added a ``checksetup`` management command for verifying Django compatibility. 2013-06-13 18:39:02 -07:00
conditional_processing Move last remaining tests out of models.py files; prep for test discovery. 2013-04-02 19:00:55 -06:00
contenttypes_tests Deprecated django.views.defaults.shortcut. 2013-03-14 20:30:23 +01:00
context_processors
createsuperuser
csrf_tests Fixed #19436 -- Don't log warnings in ensure_csrf_cookie. 2013-05-18 16:17:46 +02:00
custom_columns Refs #18586 -- Split out long custom_columns lookup test into multiple tests. 2013-03-19 15:58:54 -07:00
custom_columns_regress
custom_managers Use assertIsInstance in tests. 2013-05-21 10:42:15 +01:00
custom_managers_regress Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
custom_methods
custom_pk
datatypes Use assertIsInstance in tests. 2013-05-21 10:42:15 +01:00
dates
datetimes
db_typecasts
decorators Use assertIsInstance in tests. 2013-05-21 10:42:15 +01:00
defaultfilters Fixed #20502 -- Flushed i18n caches for a defaultfilter test 2013-05-30 20:23:14 +02:00
defer
defer_regress Fixed #16436 -- Oracle defer_regress test failure 2013-05-31 10:11:15 +03:00
delete
delete_regress Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
deprecation Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
dispatch Use assertIsInstance in tests. 2013-05-21 10:42:15 +01:00
distinct_on_fields
empty
expressions
expressions_regress
extra_regress
field_defaults Use assertIsInstance in tests. 2013-05-21 10:42:15 +01:00
field_subclassing Use assertIsInstance in tests. 2013-05-21 10:42:15 +01:00
file_storage Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
file_uploads
files
fixtures Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
fixtures_model_package Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
fixtures_regress Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
force_insert_update
foreign_object Fixed #17582 - Added message to DoesNotExist exceptions. 2013-05-27 07:57:06 -04:00
forms_tests Fixed #20618 -- Fixed regression in `BoundField.label_tag`. 2013-06-18 17:49:53 +02:00
generic_inline_admin
generic_relations Fixed #17927 -- Added initial values support for BaseGenericInlineFormSet 2013-06-05 07:59:59 -04:00
generic_relations_regress Fixed #20564 -- Generic relations exclude() regression 2013-06-06 01:54:46 +03:00
generic_views Fixed #15273 -- Extend RedirectView to allow reversal by name. 2013-06-14 11:59:26 +01:00
get_earliest_or_latest Fixed #19326 -- Added first() and last() methods to QuerySet 2013-05-21 18:52:28 +03:00
get_object_or_404 Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
get_or_create Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
get_or_create_regress
handlers Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
http_utils Fixed a Python 2.6 regression (GzipFile can't act as a context manager) 2013-05-21 13:18:53 +02:00
httpwrappers
i18n Added i18n-related URL mapper test for a mailing list report. 2013-06-04 11:19:27 -03:00
indexes
initial_sql_regress Added regression test for custom SQL containing percents 2013-03-26 23:19:32 +01:00
inline_formsets Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
inspectdb Fixed #16737 -- Support non-ascii column names in inspectdb 2013-04-01 19:59:57 +02:00
introspection
invalid_models Fixed #20484 -- Added model validation for GenericIPAddressField 2013-05-28 15:12:47 -04:00
known_related_objects
logging_tests Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
lookup Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields." 2013-06-11 17:55:19 -04:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through
m2m_through_regress Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
m2o_recursive
mail Use assertIsInstance in tests. 2013-05-21 10:42:15 +01:00
managers_regress Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
many_to_many Fixed #20207 -- Handle ManyToManyField with a unicode name correctly. 2013-04-05 15:09:53 -04:00
many_to_one
many_to_one_null
many_to_one_regress Removed a test that didn't make sense; code could never be called the way the test was written. 2013-05-09 06:55:25 -07:00
max_lengths
middleware Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
middleware_exceptions
model_fields Use assertIsInstance in tests. 2013-05-21 10:42:15 +01:00
model_forms Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields 2013-06-18 08:01:17 -04:00
model_forms_regress Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suite 2013-06-14 15:37:39 +01:00
model_formsets Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and error_messages 2013-06-13 15:06:25 -04:00
model_formsets_regress Use assertIsInstance in tests. 2013-05-21 10:42:15 +01:00
model_inheritance Fixed #16649 -- Refactored save_base logic 2013-03-14 11:01:47 +02:00
model_inheritance_regress Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
model_inheritance_same_model_name
model_inheritance_select_related
model_package
model_permalink
model_regress Marked a test as an expected failure on MySQL and Python 3.2. 2013-05-08 23:12:46 +02:00
model_validation Fixes a Python 3.x regression introduced in a19e9d80 2013-05-18 18:06:31 +02:00
modeladmin Fixed #19080 -- Fine-grained control over select_related in admin 2013-06-05 23:08:00 +02:00
multiple_database Fixed #20603 -- Made the test suite faster. 2013-06-14 23:16:15 +02:00
mutually_referential
nested_foreign_keys
null_fk
null_fk_ordering
null_queries
one_to_one Fixed #17582 - Added message to DoesNotExist exceptions. 2013-05-27 07:57:06 -04:00
one_to_one_regress Fixed test failures introduced in e16c48e001. 2013-03-24 15:27:50 +01:00
or_lookups
order_with_respect_to Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
ordering
pagination Fixed #19938 -- Consumed iterator only once in paginator's Page 2013-05-25 16:27:26 +02:00
prefetch_related Fixed #20242 - Added a regression test for prefetch_related. 2013-05-28 13:37:44 -04:00
properties
proxy_model_inheritance Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
proxy_models Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
queries Fixed #20528 -- regression in select_related join promotion 2013-06-14 16:29:06 +03:00
queryset_pickle Fixed #20289 -- pickling of dynamic models 2013-06-14 17:05:54 +03:00
raw_query
requests Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
reserved_names
resolve_url
responses Fixed #12747 -- Made reason phrases customizable. 2013-05-19 13:14:54 +02:00
reverse_lookup
reverse_single_related Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
save_delete_hooks
select_for_update Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
select_related Fixed #16856 - Added a way to clear select_related. 2013-05-30 11:06:05 -04:00
select_related_onetoone
select_related_regress
serializers Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
serializers_regress Fixed #19934 - Use of Pillow is now preferred over PIL. 2013-05-14 19:32:04 -07:00
servers Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
settings_tests Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
signals
signals_regress Reverted the introduction of shared_models. 2013-06-10 12:34:47 +02:00
signed_cookies_tests
signing
sites_framework
staticfiles_tests Fixed #18986 -- Improved error message for missing files 2013-04-28 16:45:05 +02:00
str
string_lookup Fixed #11442 -- Postgresql backend casts all inet types to text 2013-05-19 13:28:09 +02:00
swappable_models Fixed #20603 -- Made the test suite faster. 2013-06-14 23:16:15 +02:00
syncdb_signals Fixed #20603 -- Made the test suite faster. 2013-06-14 23:16:15 +02:00
syndication
tablespaces
template_tests Fixed #20502 (again) -- More i18n cache flush in tests 2013-06-06 14:28:58 +02:00
templates
test_client Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetError 2013-05-27 12:25:35 -04:00
test_client_regress Fixed #18924 -- Made test.Client.logout send user_logged_out signal. 2013-06-04 12:39:09 -04:00
test_discovery_sample Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
test_discovery_sample2 Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
test_runner Fixed #20603 -- Made the test suite faster. 2013-06-14 23:16:15 +02:00
test_runner_deprecation_app Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
test_runner_invalid_app Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
test_suite_override Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suite 2013-06-14 15:37:39 +01:00
test_utils Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suite 2013-06-14 15:37:39 +01:00
text Fixed #20231 -- Don't use allow_lazy on smart_split 2013-04-10 13:05:29 +02:00
timezones Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
transactions Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
transactions_regress Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
unmanaged_models Use assertIsInstance in tests. 2013-05-21 10:42:15 +01:00
update
update_only_fields
urlpatterns_reverse Fixed #17076 -- When reversing a URL fails, inform the user which patterns were tried. 2013-06-14 10:26:30 +01:00
user_commands Made (make|compile)messages check for availability of gettext commands. 2013-03-10 17:31:11 -03:00
utils_tests Fixed #20296 -- Allowed SafeData and EscapeData to be lazy 2013-05-25 16:06:44 +02:00
validation Fixed #20594 -- Add validation to models.SlugField. 2013-06-13 13:31:57 -04:00
validators Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields 2013-06-18 08:01:17 -04:00
version
view_tests Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
wsgi
.coveragerc
runtests.py Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suite 2013-06-14 15:37:39 +01:00
test_sqlite.py
urls.py