django/tests
Aymeric Augustin e492ab8e7e Fixed #18719 -- Made force_bytes more consistent with force_text. 2013-09-06 10:28:28 -05:00
..
admin_changelist
admin_custom_urls
admin_docs
admin_filters
admin_inlines
admin_ordering
admin_registration
admin_scripts
admin_util
admin_validation Fixed "indentation is not a multiple of four" pep8 issues. 2013-09-03 14:22:21 -04:00
admin_views Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
admin_widgets Fixed "indentation is not a multiple of four" pep8 issues. 2013-09-03 14:22:21 -04:00
aggregation Fixed an aggregation test failure on MySQL. 2013-08-21 22:30:02 +01:00
aggregation_regress Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
app_cache
app_loading Fixed #17667 -- Prevented app loading from skipping nonexistent apps after the first try 2013-08-05 13:34:35 -04:00
backends Fixed #21035 -- Changed docs to treat the acronym SQL phonetically. 2013-09-05 20:14:58 -04:00
base Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-02 12:11:02 +02:00
bash_completion
basic Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-02 12:11:02 +02:00
bug639
bug8245
builtin_server
bulk_create
cache Merge remote-tracking branch 'core/master' into schema-alteration 2013-08-09 14:17:30 +01:00
check Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
choices
commands_sql
comment_tests Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
conditional_processing
contenttypes_tests Removed most of absolute_import imports 2013-07-29 20:28:13 +02: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
custom_columns_regress
custom_managers Fixed "indentation is not a multiple of four" pep8 issues. 2013-09-03 14:22:21 -04:00
custom_managers_regress
custom_methods
custom_pk
datatypes
dates
datetimes
db_backends
db_typecasts
decorators
defaultfilters Fixed "indentation is not a multiple of four" pep8 issues. 2013-09-03 14:22:21 -04:00
defer Made Model.__eq__ consider proxy models equivalent 2013-08-19 09:51:28 +03:00
defer_regress Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions 2013-08-22 13:58:26 -04:00
delete
delete_regress Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
deprecation Import test case classes from their public API module. 2013-08-21 22:32:04 +01:00
dispatch Fixed #20943 -- Weakly reference senders when caching their associated receivers 2013-08-21 22:30:45 +01:00
distinct_on_fields
empty
expressions
expressions_regress
extra_regress
field_deconstruction
field_defaults
field_subclassing
file_storage Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
file_uploads Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
files
fixtures Updated syncdb -> migrate in tests. 2013-09-03 11:51:34 -04:00
fixtures_model_package Updated syncdb -> migrate in tests. 2013-09-03 11:51:34 -04:00
fixtures_regress Fixed #20933 -- Allowed loaddata to load fixtures from relative paths. 2013-08-21 22:32:04 +01:00
force_insert_update
foreign_object Fixed #20874 -- bump_prefix() in nested subqueries 2013-08-13 14:11:52 +03:00
forms_tests Fixed "indentation is not a multiple of four" pep8 issues. 2013-09-03 14:22:21 -04:00
generic_inline_admin
generic_relations Fixed a regression with get_or_create and virtual fields. 2013-08-21 22:32:04 +01:00
generic_relations_regress
generic_views
get_earliest_or_latest
get_object_or_404
get_or_create
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 Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-02 12:11:02 +02:00
i18n Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-02 12:11:02 +02:00
indexes
initial_sql_regress Updated syncdb -> migrate in tests. 2013-09-03 11:51:34 -04:00
inline_formsets
inspectdb Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
introspection
invalid_models Fixed #20814 -- Improved model field accessor clash error messages 2013-08-24 18:00:23 -04:00
known_related_objects
logging_tests Combine consecutive with statements 2013-08-16 20:12:10 +02:00
lookup
m2m_and_m2o
m2m_intermediary
m2m_multiple Fixed "indentation is not a multiple of four" pep8 issues. 2013-09-03 14:22:21 -04:00
m2m_recursive
m2m_regress Updated syncdb -> migrate in tests. 2013-09-03 11:51:34 -04:00
m2m_signals
m2m_through
m2m_through_regress
m2o_recursive
mail Switched mail tests to SimpleTestCase. 2013-08-21 22:32:04 +01:00
managers_regress
many_to_many
many_to_one
many_to_one_null
many_to_one_regress
max_lengths
middleware
middleware_exceptions
migrate_signals Updated syncdb -> migrate in tests. 2013-09-03 11:51:34 -04:00
migrations Fixed #20977 -- Fixed writing migrations to disk on Python 3 2013-09-06 09:51:58 -04:00
model_fields Removed references to django.utils.unittest which is PendingDeprecation 2013-09-03 09:55:21 -04:00
model_forms Fixed #21041 -- Removed a duplicate form in tests. 2013-09-05 05:49:10 -04:00
model_forms_regress
model_formsets Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
model_formsets_regress
model_inheritance Fixed #20946 -- model inheritance + m2m failure 2013-08-21 22:32:04 +01:00
model_inheritance_regress Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
model_inheritance_same_model_name
model_inheritance_select_related Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
model_package
model_permalink
model_regress
model_validation
modeladmin Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
multiple_database Updated syncdb -> migrate in tests. 2013-09-03 11:51:34 -04:00
mutually_referential
nested_foreign_keys
null_fk
null_fk_ordering
null_queries
one_to_one Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
one_to_one_regress Fixed #14043 -- Made sure nullable o2o delete works as expected 2013-08-21 22:30:45 +01:00
or_lookups Fixed "indentation is not a multiple of four" pep8 issues. 2013-09-03 14:22:21 -04:00
order_with_respect_to
ordering
pagination
prefetch_related Fixed "indentation is not a multiple of four" pep8 issues. 2013-09-03 14:22:21 -04:00
properties
proxy_model_inheritance Updated syncdb -> migrate in tests. 2013-09-03 11:51:34 -04:00
proxy_models Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
queries Fixed "indentation is not a multiple of four" pep8 issues. 2013-09-03 14:22:21 -04:00
queryset_pickle
raw_query Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
requests Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
requirements
reserved_names Fixed "indentation is not a multiple of four" pep8 issues. 2013-09-03 14:22:21 -04:00
resolve_url
responses
reverse_lookup
reverse_single_related Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
save_delete_hooks
schema Updated syncdb -> migrate in tests. 2013-09-03 11:51:34 -04:00
select_for_update Fixed #19918 -- Modified select_for_update to run on the write database. 2013-08-06 09:50:59 -04:00
select_related
select_related_onetoone Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
select_related_regress
serializers Fixed "indentation is not a multiple of four" pep8 issues. 2013-09-03 14:22:21 -04:00
serializers_regress Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
servers Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
settings_tests Fixed test failures on Python 3 - refs #12288 2013-08-09 09:12:15 -04:00
signals
signals_regress
signed_cookies_tests
signing Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-02 12:11:02 +02:00
sites_framework
staticfiles_tests Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
str
string_lookup
swappable_models Updated syncdb -> migrate in tests. 2013-09-03 11:51:34 -04:00
syndication Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
tablespaces Updated syncdb -> migrate in tests. 2013-09-03 11:51:34 -04:00
template_tests Fixed #16096 -- Added origin attribute to template instances. 2013-09-06 09:14:52 -04:00
templates
test_client Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
test_client_regress Fixed #18356 -- Gave the test client signals.template_rendered call a unique dispatch_uid 2013-08-09 12:22:42 -04:00
test_discovery_sample
test_discovery_sample2
test_runner Fixed #21035 -- Changed docs to treat the acronym SQL phonetically. 2013-09-05 20:14:58 -04:00
test_runner_deprecation_app
test_runner_invalid_app
test_suite_override
test_utils Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-02 12:11:02 +02:00
text
timezones
transactions Combine consecutive with statements 2013-08-16 20:12:10 +02:00
transactions_regress
unmanaged_models
update
update_only_fields Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
urlpatterns_reverse
user_commands
utils_tests Fixed #18719 -- Made force_bytes more consistent with force_text. 2013-09-06 10:28:28 -05:00
validation
validators
version
view_tests Combine consecutive with statements 2013-08-16 20:12:10 +02:00
wsgi
.coveragerc Made coverage ignore files without associated source code. 2013-08-25 22:29:43 -03:00
runtests.py Silenced deprecation warning regarding old SQL location; refs #14300 2013-09-03 11:10:43 -04:00
test_sqlite.py
urls.py