Tim Graham 5ea48a70af Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs. 8 yıl önce
..
absolute_url_overrides 60586dd737 Fixed #26125 -- Fixed E731 flake warnings. 9 yıl önce
admin_autodiscover 0ed7d15563 Sorted imports with isort; refs #23860. 10 yıl önce
admin_changelist 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 yıl önce
admin_checks 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
admin_custom_urls d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
admin_docs c37ec5a659 Fixed #27781 -- Made simplify_regex() remove outstanding '?' characters. 8 yıl önce
admin_filters d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
admin_inlines d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
admin_ordering 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 yıl önce
admin_registration d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
admin_scripts 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
admin_utils 389c3ffc04 Updated tests after French translation update 8 yıl önce
admin_views 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 yıl önce
admin_widgets 2a3a0eb092 Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data(). 8 yıl önce
aggregation d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
aggregation_regress 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 yıl önce
annotations 1d070d027c Fixed #25414 -- Fixed QuerySet.annotate() with pk in values() on MySQL. 8 yıl önce
app_loading 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 yıl önce
apps 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 yıl önce
auth_tests d4d79d0f20 Refs #27025 -- Fixed "invalid escape sequence" warning in auth_tests on Python 3.6. 8 yıl önce
backends 29ea9714ee Removed PostgreSQL version detection for psycopg2 < 2.0.12. 8 yıl önce
base 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 yıl önce
bash_completion 92053acbb9 Fixed E128 flake8 warnings in tests/. 9 yıl önce
basic c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
builtin_server d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
bulk_create dc811cf503 Refs #22144 -- Added test for QuerySet.bulk_create() with long non-ASCII text. 8 yıl önce
cache 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 yıl önce
check_framework b23d264046 Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside non-namespaced URLs. 8 yıl önce
choices f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
conditional_processing d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
contenttypes_tests ab83d4d8fe Added multi_db=True to test cases that access the 'other' db connection. 8 yıl önce
context_processors ab83d4d8fe Added multi_db=True to test cases that access the 'other' db connection. 8 yıl önce
csrf_tests c688336ebc Refs #23919 -- Assumed request COOKIES and META are str 8 yıl önce
custom_columns 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 yıl önce
custom_lookups d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
custom_managers d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
custom_methods f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
custom_migration_operations 862ea825b5 Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are not explicitly deconstructed 10 yıl önce
custom_pk d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
datatypes d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 yıl önce
dates f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
datetimes f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
db_functions 7f8a924b45 Refs #27834 -- Removed Value wrapping from StrIndex's substring param. 8 yıl önce
db_typecasts 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 yıl önce
dbshell 66150f7cf6 Fixed #27954 -- Allowed keyboard interrupt to abort queries in PostgreSQL dbshell. 8 yıl önce
decorators 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
defer d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
defer_regress f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
delete 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 yıl önce
delete_regress d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
deprecation d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
dispatch cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 yıl önce
distinct_on_fields 289fc1bfa5 Refs #23919 -- Removed str_prefix usage 8 yıl önce
empty f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 yıl önce
expressions f48bc7c3db Fixed #27862 -- Fixed incorrectly quoted table aliases in Subquery SQL. 8 yıl önce
expressions_case d170c63351 Refs #23919 -- Removed misc references to Python 2. 8 yıl önce
extra_regress 8838d4dd49 Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 8 yıl önce
field_deconstruction 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 yıl önce
field_defaults 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 yıl önce
field_subclassing d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
file_storage 9cbf48693d Refs #27836 -- Fixed cleanup exception in file_storage test. 8 yıl önce
file_uploads 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 8 yıl önce
files 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 8 yıl önce
fixtures 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
fixtures_model_package f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
fixtures_regress 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
flatpages_tests c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
force_insert_update d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
foreign_object 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 yıl önce
forms_tests 1aa8e8605c Fixed #27989 -- Preserved empty QueryDicts for form's data/files args. 8 yıl önce
from_db_value d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
generic_inline_admin cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 yıl önce
generic_relations 4d6584000a Refs #27745 -- Improved test coverage of contrib.contenttypes. 8 yıl önce
generic_relations_regress d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
generic_views fede65260a Fixed #26911 -- Removed NoReverseMatch silencing in RedirectView. 8 yıl önce
get_earliest_or_latest d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
get_object_or_404 d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
get_or_create 042b7350a0 Refs #23919 -- Removed unneeded str() calls 8 yıl önce
gis_tests 898e623db0 Fixed #27573 -- Made Distance on geodetic coordinates return a raw value on MySQL. 8 yıl önce
handlers 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 yıl önce
httpwrappers 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 yıl önce
humanize_tests c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
i18n 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 yıl önce
import_error_package c0cc8f69e7 Refactored tests that rely on an ImportError for Python 3.5 compatibility 10 yıl önce
indexes d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
inline_formsets d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
inspectdb 2366100872 Removed unneeded force_text calls in the test suite 8 yıl önce
introspection b008f7cc56 Fixed #27135 -- Made index introspection return Index.suffix. 8 yıl önce
invalid_models_tests a452dddb25 Fixed #27904 -- Added a system check that Field.validators are callable. 8 yıl önce
known_related_objects d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
logging_tests 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 8 yıl önce
lookup 1b6f05e91f Fixed #21160 -- Fixed QuerySet.in_bulk() crash on SQLite when requesting more than 999 ids. 8 yıl önce
m2m_and_m2o d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 yıl önce
m2m_intermediary 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 yıl önce
m2m_multiple f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
m2m_recursive f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
m2m_regress f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
m2m_signals f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
m2m_through f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
m2m_through_regress 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 yıl önce
m2o_recursive f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
mail 9a9e228321 Fixed #27848 -- Prevented crash when attaching a .eml file to a message 8 yıl önce
managers_regress d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
many_to_many d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 yıl önce
many_to_one c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
many_to_one_null f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
max_lengths d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
messages_tests 5f3a689f71 Imported django.http classes instead of django.http. 8 yıl önce
middleware 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 8 yıl önce
middleware_exceptions 5f3a689f71 Imported django.http classes instead of django.http. 8 yıl önce
migrate_signals cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 yıl önce
migration_test_data_persistence d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
migrations 3d19d1428a Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models. 8 yıl önce
migrations2 d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
model_fields 7e09fa7f51 Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' for fields with choices. 8 yıl önce
model_forms 7d1e237753 Fixed #27993 -- Fixed model form default fallback for SelectMultiple. 8 yıl önce
model_formsets d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
model_formsets_regress d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
model_indexes 3d19d1428a Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models. 8 yıl önce
model_inheritance d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
model_inheritance_regress f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
model_meta 6252fd6314 Fixed #27532 -- Deprecated Model._meta.has_auto_field 8 yıl önce
model_options d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
model_package d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
model_permalink 0083a4c8e9 Refs #18974 -- Deprecated @models.permalink() decorator. 8 yıl önce
model_regress d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 yıl önce
modeladmin d82ee32aac Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering refers to 'pk'. 8 yıl önce
multiple_database 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 yıl önce
mutually_referential c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 yıl önce
nested_foreign_keys d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
no_models 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 8 yıl önce
null_fk f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
null_fk_ordering f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
null_queries f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
one_to_one d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
or_lookups dc8834cad4 Refs #23919 -- Removed unneeded force_str calls 8 yıl önce
order_with_respect_to 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 yıl önce
ordering f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
pagination d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
postgres_tests 82bb4e684f Fixed #27935 -- Fixed crash with BrinIndex name > 30 characters. 8 yıl önce
prefetch_related 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 yıl önce
project_template 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 yıl önce
properties d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
proxy_model_inheritance 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 yıl önce
proxy_models d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
queries f42c7cc87b Refs #21160 -- Replaced DatabaseFeatures.supports_1000_query_parameters by a DatabaseFeatures.max_query_params. 8 yıl önce
queryset_pickle c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
raw_query d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
redirects_tests 5f3a689f71 Imported django.http classes instead of django.http. 8 yıl önce
requests fee42fd99e Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents 8 yıl önce
requirements 43380e9110 Fixed #27966 -- Bumped required psycopg2 version to 2.5.4. 8 yıl önce
reserved_names f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
resolve_url 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 yıl önce
responses d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
reverse_lookup f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
save_delete_hooks d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
schema 35c0025151 Fixed #27928 -- Avoided SET/DROP DEFAULT unless a field changes from null to non-null. 8 yıl önce
select_for_update 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 yıl önce
select_related f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
select_related_onetoone f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
select_related_regress 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 yıl önce
serializers 0595bca221 Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-table inheritance models." 8 yıl önce
servers e6065c7b83 Fixed #25619 -- Made runserver serve with HTTP 1.1 protocol 8 yıl önce
sessions_tests d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
settings_tests 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 yıl önce
shell 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 yıl önce
shortcuts 7b6e42089c Fixed #25978 -- Deprecated shorcuts.render_to_response(). 8 yıl önce
signals d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
signed_cookies_tests d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
signing 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 8 yıl önce
sitemaps_tests 9f21e35100 Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__(). 8 yıl önce
sites_framework f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
sites_tests cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 yıl önce
staticfiles_tests b536dcf656 Fixed #27948 -- Removed incorrect unquote() in static serving views. 8 yıl önce
str 042b7350a0 Refs #23919 -- Removed unneeded str() calls 8 yıl önce
string_lookup 8346680e1c Refs #27795 -- Removed unneeded force_text calls 8 yıl önce
swappable_models 7d50d2bcb8 Refs #27790 -- Reverted "Removed available_apps on TestCase subclasses." 8 yıl önce
syndication_tests d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
template_backends 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
template_loader 277fe2e8f2 Fixed #25788 -- Enabled the cached template loader if debug is False. 8 yıl önce
template_tests 002fe07622 Fixed #27974 -- Kept resolved templates constant during one rendering cycle. 8 yıl önce
templates 1e629928e9 Fixed #27313 -- Allowed overriding admin popup response template. 8 yıl önce
test_client 1c466994d9 Refs #23919 -- Removed misc Python 2/3 references. 8 yıl önce
test_client_regress 29592eef19 Decoupled test client encoding tests from JSON handling 8 yıl önce
test_discovery_sample 032f5a7896 Refs #25735 -- Made @tag decorator importable from django.test. 9 yıl önce
test_discovery_sample2 e22c64dfc0 Fixed #23742 -- Added an option to reverse tests order. 10 yıl önce
test_exceptions cfa26f29bd Reduced reduce() usage; refs #23796. 10 yıl önce
test_runner ab83d4d8fe Added multi_db=True to test cases that access the 'other' db connection. 8 yıl önce
test_utils 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 yıl önce
timezones 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 yıl önce
transaction_hooks f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
transactions dfbdba924f Reverted "Refs #16682 -- Tested transaction.atomic() with KeyboardInterrupt." 8 yıl önce
unmanaged_models f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
update 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 yıl önce
update_only_fields f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
urlpatterns_reverse 98bcc5d81b Fixed #27367 -- Doc'd and tested reversing of URLs with the same name. 8 yıl önce
user_commands 7bbb5161ea Removed implicit default store_true/false argparse args. 8 yıl önce
utils_tests 5ea48a70af Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs. 8 yıl önce
validation d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
validators 289fc1bfa5 Refs #23919 -- Removed str_prefix usage 8 yıl önce
version b5f0b3478d Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase. 8 yıl önce
view_tests a1f948b468 Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.static.serve(). 8 yıl önce
wsgi cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 yıl önce
.coveragerc f6259ce776 Fixed #25209 -- Removed parallel=True coverage option 9 yıl önce
README.rst 1c466994d9 Refs #23919 -- Removed misc Python 2/3 references. 8 yıl önce
runtests.py 7bbb5161ea Removed implicit default store_true/false argparse args. 8 yıl önce
test_sqlite.py 23a5ec0782 Added trailing comma. 10 yıl önce
urls.py 37ea3cb03e Fixed "URLconf" spelling in code comments. 9 yıl önce

README.rst

To run the test suite, first, create and activate a virtual environment. Then
install some requirements and run the tests::

$ cd tests
$ pip install -e ..
$ pip install -r requirements/py3.txt
$ ./runtests.py

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