django/tests
Justin Michalicek ac09558760 Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail() 2013-07-29 09:53:47 -04:00
..
admin_changelist Fixed #11195 -- Added CSS classes to the changelist cells to allow style customizations. Thanks to akaihola, Ramiro Morales and vdboor for their work on the patch. 2013-07-27 19:50:02 -07: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
admin_inlines
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 Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
admin_scripts Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
admin_util Fixed #20805 -- Removed an extra colon beside checkboxes in the admin. 2013-07-26 14:45:38 -04:00
admin_validation
admin_views
admin_widgets
aggregation Fixed #20782 -- qs.values().aggregate() failure 2013-07-23 11:38:38 +03:00
aggregation_regress Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
app_loading
backends Avoided transaction.set_autocommit in tests. 2013-07-09 21:41:30 +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 Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
basic Fixed #20625 -- Chainable Manager/QuerySet methods. 2013-07-26 12:41:27 +03:00
bug639
bug8245
builtin_server
bulk_create Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
cache Fixed a few more imports of django.utils.unittest. 2013-07-01 22:49:07 +02:00
check
choices
commands_sql Fixed #15697 -- Made sqlindexes aware of auto-created tables 2013-05-29 15:50:26 +02:00
comment_tests
conditional_processing
contenttypes_tests
context_processors Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
createsuperuser Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
csrf_tests
custom_columns
custom_columns_regress
custom_managers Fixed a number of minor misspellings. 2013-07-27 18:46:03 -07: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 Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
custom_pk Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
datatypes
dates Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
datetimes Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
db_backends
db_typecasts
decorators Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
defaultfilters
defer Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
defer_regress Fixed #16436 -- Oracle defer_regress test failure 2013-05-31 10:11:15 +03:00
delete Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
delete_regress
deprecation
dispatch
distinct_on_fields
empty
expressions Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
expressions_regress Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
extra_regress
field_deconstruction Ported over Field.deconstruct() from my schema alteration branch. 2013-06-28 17:27:52 +01:00
field_defaults Use assertIsInstance in tests. 2013-05-21 10:42:15 +01:00
field_subclassing
file_storage Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
file_uploads Fixed #13721 -- Added UploadedFile.content_type_extra. 2013-07-11 09:11:59 -04:00
files Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
fixtures
fixtures_model_package Fixed #14300 -- Fixed initial SQL location if models is a package. 2013-07-24 06:56:33 -04:00
fixtures_regress
force_insert_update Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
foreign_object
forms_tests
generic_inline_admin Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
generic_relations
generic_relations_regress Fixed #20564 -- Generic relations exclude() regression 2013-06-06 01:54:46 +03:00
generic_views Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
get_earliest_or_latest
get_object_or_404
get_or_create Fixed #20429 -- Added QuerySet.update_or_create 2013-07-12 08:26:35 -04:00
get_or_create_regress Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
handlers Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
http_utils
httpwrappers
i18n
indexes Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
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
introspection
invalid_models
known_related_objects
logging_tests Fixed #20746 -- Removed Python 2.6 specific code/docs 2013-07-14 13:02:55 -04:00
lookup
m2m_and_m2o
m2m_intermediary
m2m_multiple Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
m2m_recursive Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
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 Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail() 2013-07-29 09:53:47 -04: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
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 Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
middleware Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
middleware_exceptions
model_fields Fixed #20740 -- GenericIPAddressField should pass protocol to formfield() 2013-07-12 16:05:14 -04:00
model_forms Fixed a couple form/formset deprecation warnings in tests. 2013-07-01 09:36:31 -04:00
model_forms_regress Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
model_formsets Fixed a number of minor misspellings. 2013-07-27 18:46:03 -07:00
model_formsets_regress
model_inheritance Fixed #16649 -- Refactored save_base logic 2013-03-14 11:01:47 +02:00
model_inheritance_regress
model_inheritance_same_model_name Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
model_inheritance_select_related
model_package Fixed #14007 -- Added model discovery in models module without the need to specify app_label. 2013-07-16 19:32:30 -04:00
model_permalink
model_regress
model_validation
modeladmin Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
multiple_database Removed custom profile model functionality as per deprecation TL. 2013-06-28 21:48:16 -03:00
mutually_referential
nested_foreign_keys Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
null_fk
null_fk_ordering
null_queries Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
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 Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
order_with_respect_to
ordering
pagination
prefetch_related Fixed #20242 - Added a regression test for prefetch_related. 2013-05-28 13:37:44 -04:00
properties
proxy_model_inheritance
proxy_models Stopped calling loaddata with commit=False. 2013-06-30 14:17:33 +02:00
queries Fixed a number of minor misspellings. 2013-07-27 18:46:03 -07:00
queryset_pickle Fixed #20625 -- Chainable Manager/QuerySet methods. 2013-07-26 12:41:27 +03:00
raw_query
requests
requirements Fixed #19196 -- Added test/requirements 2013-07-10 09:24:05 -04:00
reserved_names
resolve_url Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
responses Fixed #12747 -- Made reason phrases customizable. 2013-05-19 13:14:54 +02:00
reverse_lookup
reverse_single_related
save_delete_hooks
select_for_update
select_related Removed 'depth' .select_related() argument as per deprecation TL. 2013-06-28 21:48:16 -03:00
select_related_onetoone Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
select_related_regress Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
serializers
serializers_regress Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
servers Fixed a number of minor misspellings. 2013-07-27 18:46:03 -07:00
settings_tests Fixed a number of minor misspellings. 2013-07-27 18:46:03 -07: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 #18404 -- Added test for AppStaticStorage with non ascii path 2013-07-27 20:18:32 -04:00
str
string_lookup
swappable_models
syncdb_signals Fixed #20603 -- Made the test suite faster. 2013-06-14 23:16:15 +02:00
syndication Fixed #14656 -- Added Atom1Feed `published` element 2013-07-19 10:38:34 -04:00
tablespaces Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
template_tests Fixed a number of minor misspellings. 2013-07-27 18:46:03 -07:00
templates
test_client
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
test_discovery_sample2
test_runner Fixed #20746 -- Removed Python 2.6 specific code/docs 2013-07-14 13:02:55 -04: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
test_suite_override Removed tests for django.utils.unittest vs. unittest. 2013-07-01 21:49:11 +02:00
test_utils Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a class 2013-07-19 20:30:14 +02:00
text
timezones Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
transactions Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
transactions_regress
unmanaged_models Use assertIsInstance in tests. 2013-05-21 10:42:15 +01:00
update
update_only_fields Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
urlpatterns_reverse
user_commands
utils_tests Simplified smart_urlquote and added some basic tests. 2013-07-28 10:05:39 +02:00
validation
validators
version
view_tests Fixed a few more imports of django.utils.unittest. 2013-07-01 22:49:07 +02:00
wsgi
.coveragerc
runtests.py
test_sqlite.py
urls.py