django/tests
2013-05-09 19:33:02 +02:00
..
admin_changelist
admin_custom_urls
admin_filters
admin_inlines
admin_ordering
admin_registration
admin_scripts Fixed test failures introduced in a5becad909. 2013-05-01 16:40:49 +02:00
admin_util
admin_validation Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
admin_views Made usage of assertTemplateUsed in admin_views tests 2013-04-10 10:16:15 +02:00
admin_widgets
aggregation
aggregation_regress
app_loading
backends Fixed #19220 -- Prevented decimals to be displayed in scientific notation 2013-03-31 22:39:01 +02:00
base
bash_completion
basic
bug639 Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
bug8245
builtin_server
bulk_create
cache
choices
commands_sql
comment_tests Modified comment_tests for unittest2 discovery. 2013-04-12 15:07:24 -06: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
context_processors
createsuperuser
csrf_tests
custom_columns
custom_columns_regress
custom_managers
custom_managers_regress
custom_methods
custom_pk
datatypes
dates
datetimes
db_typecasts
decorators
defaultfilters Fixed #20172 -- Ensured urlize supports IPv4/IPv6 addresses 2013-04-01 15:37:37 +02:00
defer
defer_regress
delete
delete_regress
deprecation
dispatch
distinct_on_fields
empty
expressions
expressions_regress
extra_regress
field_defaults
field_subclassing
file_storage
file_uploads
files
fixtures
fixtures_model_package
fixtures_regress Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures. 2013-03-30 11:59:50 +01:00
force_insert_update
foreign_object Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
forms_tests Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
generic_inline_admin
generic_relations Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
generic_relations_regress
generic_views Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
get_earliest_or_latest
get_object_or_404
get_or_create Tested that get_or_create raises IntegrityError. 2013-04-28 17:15:41 +02:00
get_or_create_regress
handlers
http_utils
httpwrappers
i18n Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01: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
known_related_objects
logging_tests Correctly restore warning capture after logging tests. 2013-03-27 17:01:11 -05:00
lookup
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through
m2m_through_regress
m2o_recursive
mail
managers_regress
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
middleware_exceptions
model_fields Marked tests of BinaryFields as expected failures on MySQL and Python 3. 2013-05-08 15:48:39 +02:00
model_forms Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
model_forms_regress Fixed a test that fails under Python 3. 2013-05-09 19:33:02 +02:00
model_formsets Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
model_formsets_regress Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
model_inheritance
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
modeladmin Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
multiple_database
mutually_referential
nested_foreign_keys
null_fk
null_fk_ordering
null_queries
one_to_one
one_to_one_regress Fixed test failures introduced in e16c48e001. 2013-03-24 15:27:50 +01:00
or_lookups
order_with_respect_to
ordering
pagination
prefetch_related
properties
proxy_model_inheritance
proxy_models
queries Fixed #20091 -- Oracle null promotion for empty strings 2013-03-26 14:19:54 +02:00
queryset_pickle Fix #20158: invalid code in queryset_pickle test models. 2013-03-29 13:32:21 +01:00
raw_query
requests Fixed #20038 -- Better error message for host validation. 2013-04-03 14:27:20 -06:00
reserved_names
resolve_url
reverse_lookup
reverse_single_related
save_delete_hooks
select_for_update
select_related
select_related_onetoone
select_related_regress
serializers
serializers_regress Marked tests of BinaryFields as expected failures on MySQL and Python 3. 2013-05-08 15:48:39 +02:00
servers
settings_tests
shared_models
signals
signals_regress
signed_cookies_tests
signing
sites_framework
special_headers
staticfiles_tests Fixed #18986 -- Improved error message for missing files 2013-04-28 16:45:05 +02:00
str
string_lookup
swappable_models
syndication
tablespaces
template_tests Fixed template_tests so discovery doesn't directly find tests that require setuptools. 2013-04-12 15:42:58 -06:00
templates
test_client Move last remaining tests out of models.py files; prep for test discovery. 2013-04-02 19:00:55 -06:00
test_client_regress Fixed #20237 (again) Allowed binary parameter to assertContains 2013-04-12 20:12:42 +02:00
test_runner Fixed #18985 -- ensure module level deprecations are displayed 2013-03-24 22:06:02 -07:00
test_suite_override Modified test_client_override to work with unittest2 discovery. 2013-04-12 15:05:34 -06:00
test_utils Used a Python 3 compatible StringIO in test_utils 2013-04-13 11:38:13 +02: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
transactions_regress
unmanaged_models
update
update_only_fields
urlpatterns_reverse Fixed #19541 -- Fixed BaseHandler to enable reversing URLs in response middlewares 2013-03-25 03:19:19 +07:00
user_commands
utils_tests Fixed #20321 -- Added missing key name in MergeDict KeyError message 2013-04-26 08:59:34 +02:00
validation Modified validation to work with unittest2 discovery. 2013-04-12 15:33:22 -06:00
validators
version
view_tests Fixed a regression introduced in 9f7a01ef2b. 2013-05-05 15:27:14 +02:00
wsgi
.coveragerc
runtests.py Fixed #18985 -- ensure module level deprecations are displayed 2013-03-24 22:06:02 -07:00
test_sqlite.py
urls.py