Markus Holtermann bbbed99f62 Fixed #24123 -- Used all available migrations to generate the initial migration state 10 éve
..
absolute_url_overrides c32bc1a7a7 Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't define get_absolute_url(). 10 éve
admin_autodiscover 11181a64f9 Fixed #22979 -- Moved bug* tests 10 éve
admin_changelist f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 éve
admin_checks 51890ce889 Applied ignore_warnings to Django tests 10 éve
admin_custom_urls 07988744b3 Fixed #13165 -- Added edit and delete links to admin foreign key widgets. 10 éve
admin_docs 7b42036752 Fixed #5405 -- Added admindocs support for reStructured text in model docstrings 10 éve
admin_filters 06b11b617e Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter. 10 éve
admin_inlines ca013e652f Fixed #23995 -- Removed unnecessary calls to self.client.logout() in tests. 10 éve
admin_ordering 9d9f0acd7e Fixed #13163 -- Added ability to show change links on inline objects in admin. 10 éve
admin_registration 9d9f0acd7e Fixed #13163 -- Added ability to show change links on inline objects in admin. 10 éve
admin_scripts 51890ce889 Applied ignore_warnings to Django tests 10 éve
admin_utils 8a9b0c15a6 Renamed tests for util -> utils moves; refs #17627. 10 éve
admin_validation 51890ce889 Applied ignore_warnings to Django tests 10 éve
admin_views 07988744b3 Fixed #13165 -- Added edit and delete links to admin foreign key widgets. 10 éve
admin_widgets 07988744b3 Fixed #13165 -- Added edit and delete links to admin foreign key widgets. 10 éve
aggregation 0c7633178f Fixed #24020 -- Refactored SQL compiler to use expressions 10 éve
aggregation_regress 0c7633178f Fixed #24020 -- Refactored SQL compiler to use expressions 10 éve
annotations 8713ea7568 Fixed null handling in Value expression 10 éve
app_loading ca95f8e435 Moved sys.path-extending decorator to django.test.utils and used throughout test suite. 11 éve
apps ef9e3c5ed8 Fixed flake8 warning. 10 éve
backends fb48eb0581 Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 10 éve
base 1716b7ce5a Renamed AppCache to Apps. 11 éve
bash_completion 75bbcfa332 Replaced sqlall in some bash_completion/admin_scripts tests. 10 éve
basic fb48eb0581 Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 10 éve
builtin_server 9a982d5ccc Moved ServerHandler helper class to tests. 11 éve
bulk_create f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 éve
cache 5c43fd4825 Isolated some cache tests; refs #23947. 10 éve
check_framework 789baf9c3a Fixed test failures introduced in refs #23861. 10 éve
choices 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
commands_sql 93d73dac91 Moved DatabaseCreation.data_types properties to DatabaseWrapper. 10 éve
commands_sql_migrations f70f669941 Fixed #22749: Making SQL management commands migration aware. 10 éve
conditional_processing b27db97b23 Fixed #22461 -- Added if-unmodified-since support to the condition decorator. 10 éve
contenttypes_tests 9136ceb6fb Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs #23933. 10 éve
context_processors 9eb4f28e89 Deprecated TEMPLATE_CONTEXT_PROCESSORS. 10 éve
createsuperuser 494ba051bb Made testing of stdout and stderr more consistent. 10 éve
csrf_tests 011f21b4fa Used None-related assertions in CSRF tests 10 éve
custom_columns a71a2ea756 Fixed typos using https://github.com/vlajos/misspell_fixer 10 éve
custom_lookups 4fada6f1c9 Fixed #23893: Added tzinfo to constant datetime in unit test 10 éve
custom_managers aa5ef0d4fc Fixed #23822 -- Added support for serializing model managers in migration 10 éve
custom_methods 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
custom_migration_operations 862ea825b5 Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are not explicitly deconstructed 10 éve
custom_pk 0c7633178f Fixed #24020 -- Refactored SQL compiler to use expressions 10 éve
datatypes f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 éve
dates cbb5cdd155 Fixed #23867 -- removed DateQuerySet hacks 10 éve
datetimes 7e2c804c94 Split tests.basic.ModelTests in several tests; refs #18586. 10 éve
db_functions 1cdfbde4db Fixed #23753 -- Oracle failure with Coalesce 10 éve
db_typecasts 6e895f9e06 Removed superfluous models.py files. 11 éve
dbshell 01801edd37 Fixed #22646: Added support for the MySQL ssl-ca option to dbshell. 10 éve
decorators 3131e9cef5 Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py 10 éve
defer 8952757698 Refs #18586 -- Split up tests.defer.DeferTests.test_defer 10 éve
defer_regress 0c7633178f Fixed #24020 -- Refactored SQL compiler to use expressions 10 éve
delete 895dc880eb Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range 10 éve
delete_regress b66e85342b Fixed #22308 -- Regression from 0f956085. 11 éve
deprecation 51890ce889 Applied ignore_warnings to Django tests 10 éve
dispatch 23f1a8dad2 Added return value to Signal.disconnect(). 10 éve
distinct_on_fields cff59bedc2 Split ignores_nulls_in_unique_constraints feature. 11 éve
empty f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 éve
expressions 8713ea7568 Fixed null handling in Value expression 10 éve
extra_regress 0d91225892 Fixed many typos in comments and docstrings. 11 éve
field_deconstruction 51890ce889 Applied ignore_warnings to Django tests 10 éve
field_defaults f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 éve
field_subclassing c7175fcdfe Fixed #901 -- Added Model.refresh_from_db() method 10 éve
file_storage a7c256cb54 Fixed #9893 -- Allowed using a field's max_length in the Storage. 10 éve
file_uploads f487a3275e Avoided a deprecated alias on Python 3 in file_uploads test. 10 éve
files 1e9ac504e4 Fixed #23888 -- Fixed crash in File.__repr__() when name contains unicode. 10 éve
fixtures fb48eb0581 Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 10 éve
fixtures_migration da9fe5c717 Fixed #20392 -- Added TestCase.setUpTestData() 10 éve
fixtures_model_package f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 éve
fixtures_regress 750dbb1133 Removed unneeded null param to ManyToManyField 10 éve
force_insert_update f67e18f39e Fixed all E251 violations 11 éve
foreign_object 1da1fe8e16 Ensured foreign_object tests reset language properly. 10 éve
forms_tests 2e65d56156 Fixed #20003 -- Improved and extended URLValidator 10 éve
from_db_value 0c7633178f Fixed #24020 -- Refactored SQL compiler to use expressions 10 éve
generic_inline_admin 32ca159c96 Ignored warnings correctly in test_get_formsets_with_inlines_returns_tuples(). 10 éve
generic_relations fb48eb0581 Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 10 éve
generic_relations_regress fb48eb0581 Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 10 éve
generic_views 51890ce889 Applied ignore_warnings to Django tests 10 éve
get_earliest_or_latest ca61195827 Fixed #23555 -- Avoided suppressing IndexError in QuerySet.first() and .last() 10 éve
get_object_or_404 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
get_or_create 51890ce889 Applied ignore_warnings to Django tests 10 éve
handlers b38637d581 Fixed #23887 -- Returned Bad Request for multipart parsing fails 10 éve
http_utils f76222e1d3 Fixed flake8 warning. 10 éve
httpwrappers 42b5e4feea Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PROTOCOL pickling to http.cookie. 10 éve
i18n 543df07720 Fixed #24073 -- Returned None for get_language when translations are deactivated 10 éve
indexes 51890ce889 Applied ignore_warnings to Django tests 10 éve
initial_sql_regress 8b5b199e20 Fixed #3214 -- Stopped parsing SQL with regex. 11 éve
inline_formsets e520a73eee Harmonized some PEP 0263 coding preambles 11 éve
inspectdb 40a8504357 Fixed #23891 -- Moved deprecation of IPAddressField to system check framework. 10 éve
introspection 7289d01973 Introspected alternate SQLite FK definitions 10 éve
invalid_models_tests e9d1f1182a Fixed #23801 -- Added warning when max_length is used with IntegerField 10 éve
known_related_objects b2aad7b836 Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 10 éve
logging_tests ade9859996 Fixed #24095 -- Prevented WarningLoggerTests from leaking a warnings filter. 10 éve
lookup b2aad7b836 Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 10 éve
m2m_and_m2o fb48eb0581 Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 10 éve
m2m_intermediary 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
m2m_multiple 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
m2m_recursive 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
m2m_regress 7ce9644d93 Added a test to ensure bad assignation to M2M doesn't clear data 10 éve
m2m_signals 7a61c68c50 PEP8 cleanup 11 éve
m2m_through c7087bc777 Fixed #23862 -- Made ManyToManyRel.get_related_field() respect to_field. 10 éve
m2m_through_regress 7a61c68c50 PEP8 cleanup 11 éve
m2o_recursive 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
mail e32a8a99d9 Refs #23947 -- Isolated a mail test. 10 éve
managers_regress 10e3faf191 Fixed #19774 -- Deprecated the contenttypes.generic module. 11 éve
many_to_many 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
many_to_one fb48eb0581 Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 10 éve
many_to_one_null 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
max_lengths 7fd55c3481 Fixed #20631 -- Increased the default EmailField max_length to 254. 10 éve
middleware 3d2cae0896 Fixed #24072 -- Added FileResponse for streaming binary files. 10 éve
middleware_exceptions 093e6c68b9 Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode. 10 éve
migrate_signals d2ff8a7241 Fixed #23975 -- Restored pre_migrate signal if all apps have migrations. 10 éve
migration_test_data_persistence 2984b30ce8 Fixed #23039: Don't try to serialize unmanaged models in tests 10 éve
migrations bbbed99f62 Fixed #24123 -- Used all available migrations to generate the initial migration state 10 éve
migrations2 d7ab2cefb7 Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations." 10 éve
model_fields 68a439a18d Removed supports_binary_field flag as all backends support them 10 éve
model_forms 895dc880eb Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range 10 éve
model_formsets f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 éve
model_formsets_regress 4468c08d70 Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 10 éve
model_inheritance 2cd19f3738 Refs #18586 -- Split up model_inheritance.ModelInheritanceTest 10 éve
model_inheritance_regress 1dcc603eff Fixed several typos in Django 11 éve
model_meta fb48eb0581 Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 10 éve
model_options 30cbd5d360 Replaced DatabaseCreation sql methods by schema editor equivalents 10 éve
model_package f05b03f3d7 Removed model_package test dependency on contrib.sites 10 éve
model_permalink a9fd740d22 Fixed #23276 -- Deprecated passing views as strings to url(). 10 éve
model_regress 412066e71e Revert "Marked a test as an expected failure on MySQL and Python 3.2." 10 éve
model_validation f39b0421b4 Fixed #23338 -- Added warning when unique=True on ForeigKey 10 éve
modeladmin 07988744b3 Fixed #13165 -- Added edit and delete links to admin foreign key widgets. 10 éve
multiple_database 3a8799c8a4 Removed an incorrect docstring in tests/multiple_database/tests.py. 10 éve
mutually_referential 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
nested_foreign_keys 89b9e6e5d6 Fixed #22909 -- Removed camelCasing in some tests. 10 éve
no_models 1716b7ce5a Renamed AppCache to Apps. 11 éve
null_fk f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 éve
null_fk_ordering f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 éve
null_queries 20bab2cf9d Fixed #16187 -- refactored ORM lookup system 11 éve
one_to_one f233bf47dd Fixed #21414 -- Removed RelatedObject and deprecated Field.related. 10 éve
or_lookups 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
order_with_respect_to 7daf00679d Refs #18586 -- Split up order_with_respect_to tests 10 éve
ordering 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
pagination f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 éve
postgres_tests 48ad288679 Fixed #24001 -- Added range fields for PostgreSQL. 10 éve
prefetch_related 4468c08d70 Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 10 éve
project_template 50c1d8f24b Added a test to verify headers set by default middleware; refs #23939. 10 éve
properties 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
proxy_model_inheritance bbc3505ef8 Removed unneeded override_system_checks 10 éve
proxy_models f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 éve
queries 0c7633178f Fixed #24020 -- Refactored SQL compiler to use expressions 10 éve
queryset_pickle fb48eb0581 Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 10 éve
raw_query f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 éve
requests df3cc53fda Fixed #23450 -- Fixed transient failure of requests...test_far_expiration. 10 éve
requirements 332154e726 Added basic tests for template backends. 10 éve
reserved_names 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
resolve_url d7bc37d611 Fixed #24097 -- Prevented AttributeError in redirect_to_login 10 éve
responses 059c9ab24c Fixed #23977 -- Added setdefault() method to HttpResponse 10 éve
reverse_lookup 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
save_delete_hooks 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
schema fb48eb0581 Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 10 éve
select_for_update 9136ceb6fb Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs #23933. 10 éve
select_related 3daa9d60be Fixed #10414 -- Made select_related() fail on invalid field names. 10 éve
select_related_onetoone 0c7633178f Fixed #24020 -- Refactored SQL compiler to use expressions 10 éve
select_related_regress f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 éve
serializers 0c7633178f Fixed #24020 -- Refactored SQL compiler to use expressions 10 éve
serializers_regress 68a439a18d Removed supports_binary_field flag as all backends support them 10 éve
servers 6dbe979b4d Fixed #23930 -- Added copies of captured_std* managers from CPython's test.support. 10 éve
settings_tests cf0fd65ed4 Deprecated TEMPLATE_LOADERS. 10 éve
shortcuts 127f9e073d Restored support for multiple template names in render(_to_response). 10 éve
signals f957e2b04c Added a test for model pre/post_init signals. 10 éve
signed_cookies_tests 994d6137a2 Fixed #23792 -- Added test.utils.freeze_time() context manager. 10 éve
signing 994d6137a2 Fixed #23792 -- Added test.utils.freeze_time() context manager. 10 éve
sites_framework 15ba0d166f Added migration for site test app depending on contrib.sites 10 éve
staticfiles_tests b9feec959b Fixed #23700 -- Fixed non-deterministic static files test failures on Windows. 10 éve
str 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
string_lookup 51890ce889 Applied ignore_warnings to Django tests 10 éve
swappable_models dbe2fb632d Added a missing import and removed an unneeded import 11 éve
syndication_tests 3bb78c5e7a Cleanup cache in contrib.sites to prevent test interference -- refs #11505 10 éve
template_backends 0cdb09d489 Made context take priority over context processors. 10 éve
template_loader eaa1a22341 Added a request argument to render_to_string. 10 éve
template_tests d563e3be68 Fixed #23913 -- Deprecated the `=` comparison in `if` template tag. 10 éve
templates c8dcded930 Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change(). 10 éve
test_client 47789410db Corrected deprecation warnings for RedirectView; refs #21587. 10 éve
test_client_regress 51890ce889 Applied ignore_warnings to Django tests 10 éve
test_discovery_sample bc6caa5d45 Made a doctest compatible with Python 2 10 éve
test_discovery_sample2 e22c64dfc0 Fixed #23742 -- Added an option to reverse tests order. 10 éve
test_exceptions cfa26f29bd Reduced reduce() usage; refs #23796. 10 éve
test_runner b5c1a85b50 Fixed #24118 -- Added --debug-sql option for tests. 10 éve
test_runner_deprecation_app 0c6a339952 Avoided changing raw DeprecationWarning filter behavior 11 éve
test_utils c5c235cd4f Fixed typo in test_utils comment. 10 éve
timezones 92e8f1f302 Moved context_processors from django.core to django.template. 10 éve
transactions 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 éve
unmanaged_models f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 éve
update dec93d8991 Fixed #21612 -- Made QuerySet.update() respect to_field 10 éve
update_only_fields a71a2ea756 Fixed typos using https://github.com/vlajos/misspell_fixer 10 éve
urlpatterns_reverse 51890ce889 Applied ignore_warnings to Django tests 10 éve
user_commands 543df07720 Fixed #24073 -- Returned None for get_language when translations are deactivated 10 éve
utils_tests 51890ce889 Applied ignore_warnings to Django tests 10 éve
validation a71a2ea756 Fixed typos using https://github.com/vlajos/misspell_fixer 10 éve
validators 2e65d56156 Fixed #20003 -- Improved and extended URLValidator 10 éve
version 66ec9ee441 Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. 11 éve
view_tests d3205e3e2e Deprecated TEMPLATE_DIRS. 10 éve
wsgi 3d2cae0896 Fixed #24072 -- Added FileResponse for streaming binary files. 10 éve
.coveragerc 5617508fb9 Removed nonexistent module django.test._doctest from coveragerc. 10 éve
README.rst 82e4f956e3 Fixed #23289 -- Added mock as a test dependency. 10 éve
runtests.py b5c1a85b50 Fixed #24118 -- Added --debug-sql option for tests. 10 éve
test_sqlite.py 8dd8400f7e Updated an inaccurate comment. 12 éve
urls.py d73d0e071c Fixed #22218 -- Deprecated django.conf.urls.patterns. 11 éve

README.rst

To run the test suite::

$ cd tests
$ pip install -r requirements/py3.txt # or py2.txt
$ PYTHONPATH=..:$PYTHONPATH ./runtests.py

For more information about the test suite, see
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.