1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/tests
2022-08-27 15:03:48 +02:00
..
absolute_url_overrides
admin_autodiscover
admin_changelist
admin_checks
admin_custom_urls
admin_default_site
admin_docs
admin_filters
admin_inlines Used CSS flex for admin's submit row. 2022-08-18 12:29:40 +02:00
admin_ordering
admin_registration
admin_scripts
admin_utils
admin_views Fixed #33878 -- Switched to system fonts in CSS. 2022-08-17 10:19:00 +02:00
admin_widgets Fixed #33888 -- Fixed get_select2_language() crash with no language activated. 2022-08-03 19:51:25 +02:00
aggregation Fixed #33718 -- Dropped support for MySQL 5.7. 2022-07-08 13:30:12 +02:00
aggregation_regress
annotations
app_loading
apps
asgi Refs #33173, Refs #33755 -- Fixed ResourceWarning from unclosed files in ASGI tests. 2022-08-04 10:00:36 +02:00
async
async_queryset
auth_tests Refs #33691 -- Deprecated insecure password hashers. 2022-07-23 21:29:31 +02:00
backends Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField. 2022-08-03 11:42:51 +02:00
base
bash_completion
basic
builtin_server
bulk_create
cache Fixed #33826 -- Fixed RedisCache.set_many()/delete_many() crash with an empty list. 2022-07-06 10:45:52 +02:00
check_framework Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the deprecation of migration operations." 2022-07-26 11:41:19 +02:00
conditional_processing
constraints Fixed #33902 -- Fixed Meta.constraints validation crash with F() expressions. 2022-08-09 06:08:48 +02:00
contenttypes_tests
context_processors
csrf_tests
custom_columns
custom_lookups Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters. 2022-07-06 07:40:07 +02:00
custom_managers
custom_methods
custom_migration_operations
custom_pk
datatypes
dates
datetimes
db_functions Refs #27412 -- Confirmed support for executing Coalesce(subquery). 2022-08-24 12:30:47 +02:00
db_typecasts
db_utils
dbshell Fixed #33854 -- Corrected the order of parameters in dbshell on PostgreSQL. 2022-07-18 06:30:20 +02:00
decorators
defer
defer_regress
delete
delete_regress Fixed #33928 -- Avoided unnecessary queries when cascade updating. 2022-08-27 14:25:55 +02:00
deprecation
dispatch
distinct_on_fields
empty
empty_models
expressions
expressions_case Fixed #33895 -- Fixed Case() crash with filters that match everything in When(). 2022-08-09 07:55:31 +02:00
expressions_window Refs #28333 -- Added partial support for filtering against window functions. 2022-08-15 08:26:26 +02:00
extra_regress
field_deconstruction
field_defaults
field_subclassing
file_storage
file_uploads
files
filtered_relation
fixtures
fixtures_model_package
fixtures_regress Fixed #33949 -- Fixed fixture dirs duplicates with Path instances. 2022-08-23 13:24:18 +02:00
flatpages_tests
force_insert_update
foreign_object
forms_tests Fixed #33830 -- Fixed VariableDoesNotExist when rendering ClearableFileInput. 2022-08-25 07:52:36 +02:00
from_db_value
generic_inline_admin
generic_relations
generic_relations_regress
generic_views
get_earliest_or_latest
get_object_or_404
get_or_create
gis_tests Fixed #33924 -- Deprecated BaseGeometryWidget.map_height/map_width attributes. 2022-08-12 13:26:35 +02:00
handlers
httpwrappers
humanize_tests
i18n Updated translations from Transifex. 2022-08-03 08:04:34 +02:00
import_error_package
indexes Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes. 2022-07-12 09:04:31 +02:00
inline_formsets
inspectdb Fixed #33823 -- Made inspectdb generate unique related_name when reverse accessor clashes. 2022-07-06 09:35:50 +02:00
introspection Refs #27236 -- Removed usage of Meta.index_together from indexes/introspection test models. 2022-07-11 08:30:19 +02:00
invalid_models_tests Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField. 2022-08-03 11:42:51 +02:00
known_related_objects
logging_tests
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
many_to_one Fixed #33952 -- Reallowed creating reverse foreign key managers on unsaved instances. 2022-08-27 15:03:48 +02:00
many_to_one_null
max_lengths
messages_tests
middleware
middleware_exceptions
migrate_signals
migration_test_data_persistence
migrations Fixed #33953 -- Reverted "Fixed #33201 -- Made RenameModel operation a noop for models with db_table." 2022-08-26 06:14:44 +02:00
migrations2
model_enums
model_fields Removed unused path variable in model_fields tests. 2022-08-23 15:34:07 +02:00
model_forms Fixed #31721 -- Allowed ModelForm meta to specify form fields. 2022-08-08 09:46:05 +02:00
model_formsets
model_formsets_regress
model_indexes
model_inheritance
model_inheritance_regress
model_meta
model_options Refs #27236 -- Reverted AlterIndexTogether deprecation. 2022-07-26 11:41:19 +02:00
model_package
model_regress
model_utils
modeladmin
multiple_database
mutually_referential
nested_foreign_keys
no_models
null_fk
null_fk_ordering
null_queries
one_to_one
or_lookups
order_with_respect_to
ordering
pagination
postgres_tests Fixed #33927 -- Fixed crash when displaying ArrayField with choices in admin. 2022-08-23 15:51:42 +02:00
prefetch_related Fixed #26780 -- Added prefetch_related() support for sliced queries. 2022-08-15 10:25:20 +02:00
project_template
properties
proxy_model_inheritance
proxy_models
queries Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects. 2022-07-27 10:06:24 +02:00
queryset_pickle
raw_query
redirects_tests
requests
requirements
reserved_names
resolve_url
responses Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2022-08-03 08:46:31 +02:00
reverse_lookup
save_delete_hooks
schema Fixed #33932 -- Fixed altering AutoFields to OneToOneField on PostgreSQL. 2022-08-17 17:06:00 +02:00
select_for_update
select_related
select_related_onetoone
select_related_regress
serializers
servers
sessions_tests
settings_tests
shell
shortcuts
signals
signed_cookies_tests
signing
sitemaps_tests Fixed typo in tests/sitemaps_tests/test_http.py. 2022-07-11 08:25:04 +02:00
sites_framework
sites_tests
staticfiles_tests Added test for non-HTTP request on ASGIStaticFilesHandler. 2022-08-08 07:27:32 +02:00
str
string_lookup
swappable_models
syndication_tests
template_backends
template_loader
template_tests Fixed #33864 -- Deprecated length_is template filter. 2022-07-23 12:36:21 +02:00
templates
test_client
test_client_regress
test_exceptions
test_runner
test_runner_apps
test_utils
timezones
transaction_hooks
transactions
unmanaged_models
update
update_only_fields
urlpatterns
urlpatterns_reverse
user_commands
utils_tests Refs #30213 -- Removed post-startup check for Watchman availability. 2022-08-11 11:02:03 +02:00
validation
validators
version
view_tests Fixed #33863 -- Fixed JavaScriptCatalog with more than 1 level of fallback translations. 2022-07-25 08:45:46 +02:00
wsgi
xor_lookups
.coveragerc
README.rst
runtests.py Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField. 2022-08-03 11:42:51 +02:00
test_sqlite.py
urls.py

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

    $ cd tests
    $ python -m pip install -e ..
    $ python -m 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/.