Devin Cox e03083917d Fixed #35586 -- Added support for set-returning database functions. 7 months ago
..
absolute_url_overrides 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
admin_autodiscover 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
admin_changelist 182f262b15 Fixed #35606, Refs #34045 -- Fixed rendering of ModelAdmin.action_checkbox for models with a __html__ method. 8 months ago
admin_checks 4ade8386eb Fixed #10743 -- Allowed lookups for related fields in ModelAdmin.list_display. 1 year ago
admin_custom_urls d80a258553 Fixed #33028 -- Used ModelAdmin's opts attribute instead of model._meta. 2 years ago
admin_default_site 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
admin_docs e6fa74f020 Fixed #35179 -- Made admindocs detect positional/keyword-only arguments. 1 year ago
admin_filters a738281265 Fixed #35198 -- Fixed facet filters crash on querysets with no primary key. 1 year ago
admin_inlines 65344f0e1e Refs #35464 -- Added test to cover layout of TabularInline fieldsets. 8 months ago
admin_ordering f64fd47a76 Fixed #9602 -- Added AdminSite.get_model_admin(). 1 year ago
admin_registration 2584783f46 Refs #9602 -- Moved AlreadyRegistered/NotRegistered exceptions to django.contrib.admin.exceptions. 1 year ago
admin_scripts f883bef054 Refs #35591 -- Removed hardcoded "stable" version in runserver warning. 7 months ago
admin_utils 4ade8386eb Fixed #10743 -- Allowed lookups for related fields in ModelAdmin.list_display. 1 year ago
admin_views 54888408a1 Fixed #35639 -- Improved admin's delete confirmation page title. 7 months ago
admin_widgets 5f1757142f Fixed CVE-2024-41991 -- Prevented potential ReDoS in django.utils.html.urlize() and AdminURLFieldWidget. 7 months ago
aggregation a16f13a866 Fixed #35643 -- Fixed a crash when ordering a QuerySet by a reference containing "__". 8 months ago
aggregation_regress 305757aec1 Applied Black's 2024 stable style. 1 year ago
annotations e03083917d Fixed #35586 -- Added support for set-returning database functions. 7 months ago
app_loading d88ec42bd0 Used addCleanup() in tests where appropriate. 1 year ago
apps 4f2ae0644d Fixed #34849 -- Avoided raising RuntimeWarning about import-time queries when apps are reinitialized with test tools. 1 year ago
asgi f4a08b6ddf Refs #35059 -- Used asyncio.Event in ASGITest.test_asyncio_cancel_error to enforce specific interleaving. 10 months ago
async f92641a636 Fixed #28344 -- Allowed customizing queryset in Model.refresh_from_db()/arefresh_from_db(). 1 year ago
auth_tests e1606d27b4 Added test for acheck_password() to ensure make_password is called for unusable passwords. 7 months ago
backends 99f23eaabd Fixed #35469 -- Removed deferred SQL to create index removed by AlterField operation. 10 months ago
base cde31daf88 Sorted imports per isort 4.2.9. 7 years ago
bash_completion 305757aec1 Applied Black's 2024 stable style. 1 year ago
basic e56a32b89b Fixed 35561 -- Made *args and **kwargs parsing more strict in Model.save()/asave(). 9 months ago
builtin_server b47f2f5b90 Fixed #33865 -- Optimized LimitedStream wrapper. 2 years ago
bulk_create 89c7454dbd Fixed #34698 -- Made QuerySet.bulk_create() retrieve primary keys when updating conflicts. 1 year ago
cache f5c340684b Fixed #34901 -- Added async-compatible interface to session engines. 1 year ago
check_framework d658a3162f Fixed #35233 -- Moved template engine system checks to backend methods. 1 year ago
conditional_processing 9bd174b9a7 Updated documentation and comments for RFC updates. 2 years ago
constraints 228128618b Fixed #35575 -- Added support for constraint validation on GeneratedFields. 7 months ago
contenttypes_tests f1705c8780 Fixed #35545, Refs #32833 -- Fixed ContentTypeManager.get_for_models() crash in CreateModel migrations. 9 months ago
context_processors 305757aec1 Applied Black's 2024 stable style. 1 year ago
csrf_tests ff308a0604 Fixed 35467 -- Replaced urlparse with urlsplit where appropriate. 10 months ago
custom_columns f0c06f8ab7 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2 years ago
custom_lookups 759abc4daf Fixed #35413 -- Made unsupported lookup error message more specific. 8 months ago
custom_managers f0c06f8ab7 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2 years ago
custom_methods f0c06f8ab7 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2 years ago
custom_migration_operations 06264258dc Fixed #35175 -- Made migraton writer preserve keyword-only arguments. 1 year ago
custom_pk 48a1929ca0 Removed unnecessary trailing commas in tests. 1 year ago
datatypes bb61f0186d Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 3 years ago
dates d795259ea9 Replaced assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() where appropriate. 2 years ago
datetimes e6f82438d4 Refs #32365 -- Removed support for pytz timezones per deprecation timeline. 2 years ago
db_functions 22285d366c Fixed #33037 -- Fixed Trunc() with offset timezones on MySQL, SQLite, Oracle. 1 year ago
db_typecasts 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
db_utils 305757aec1 Applied Black's 2024 stable style. 1 year ago
dbshell 50e95ad536 Simplified using DATABASES["OPTIONS"]. 1 year ago
decorators 74f7deec9e Refs #31949 -- Made make_middleware_decorator to work with async functions. 1 year ago
defer 73df8b54a2 Fixed #35044 -- Avoided clearing reverse relations and private fields when accessing deferred fields. 1 year ago
defer_regress 83f5478225 Fixed #35356 -- Deferred self-referential foreign key fields adequately. 11 months ago
delete 6e9e7ec472 Fixed random delete.tests.DeletionTests.test_deletion_order failures. 2 years ago
delete_regress 9c5e382b98 Fixed #35073 -- Avoided unnecessary calling of callables used by SET/SET_DEFAULT in Collector.collect(). 1 year ago
deprecation 86e13843c2 Refs #25466 -- Removed unused DeprecationInstanceCheck. 8 months ago
dispatch fb9216382a Refs #34986 -- Moved garbage_collect() helper to django.test.utils. 1 year ago
distinct_on_fields 305757aec1 Applied Black's 2024 stable style. 1 year ago
empty f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 years ago
empty_models 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
expressions c87bfaacf8 Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection attacks against JSON fields. 7 months ago
expressions_case f0c06f8ab7 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2 years ago
expressions_window e16d0c176e Fixed #35064 -- Fixed Window(order_by) crash with DecimalFields on SQLite. 1 year ago
extra_regress a40b0103bc Fixed #30382 -- Allowed specifying parent classes in force_insert of Model.save(). 1 year ago
field_deconstruction 500e01073a Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices. 1 year ago
field_defaults 1570ef02f3 Fixed #35223 -- Made Model.full_clean() ignore fields with db_default when validating empty values. 1 year ago
field_subclassing 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
file_storage f16a9a556f Fixed #35658 -- Initialized InMemoryFileNode instances with a name. 7 months ago
file_uploads fe4a0bbe20 Fixed CVE-2024-39330 -- Added extra file name validation in Storage's save method. 8 months ago
files 07c8d979ae Fixed #35323 -- Prevented file_move_safe() from trying to overwrite existing file when allow_overwrite is False. 1 year ago
filtered_relation 820c5f1bac Fixed #35135 -- Made FilteredRelation raise ValueError on querysets as rhs. 1 year ago
fixtures 38eaf2f21a Fixed #35159 -- Fixed dumpdata crash when base querysets use prefetch_related(). 1 year ago
fixtures_model_package f0c06f8ab7 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2 years ago
fixtures_regress f9f9215d3e Fixed some typos in comments, docstrings, and tests. 2 years ago
flatpages_tests 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. 3 years ago
force_insert_update 305757aec1 Applied Black's 2024 stable style. 1 year ago
foreign_object 1eac690d25 Refs #373 -- Added tuple lookups. 8 months ago
forms_tests b478cae006 Fixed #35601 -- Added TelInput widget. 8 months ago
from_db_value 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
generic_inline_admin 48a1929ca0 Removed unnecessary trailing commas in tests. 1 year ago
generic_relations cac94dd8aa Fixed #33651 -- Added support for prefetching GenericForeignKey. 1 year ago
generic_relations_regress e41f9f9450 Fixed #34816 -- Fixed GenericForeignKey crash when checking cache for primary keys with different types. 1 year ago
generic_views 4b1cd8edc1 Corrected cache_page()'s timeout value in tests.generic_views.urls. 1 year ago
get_earliest_or_latest d287294885 Fixed #33772 -- Added QuerySet.first()/last() error message on unordered queryset with aggregation. 2 years ago
get_object_or_404 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. 3 years ago
get_or_create a269d8d1d8 Removed obsolete test_get_or_create_raises_IntegrityError_plus_traceback() test. 1 year ago
gis_tests 20c2d625d3 Refs #35074 -- Avoided failed attempts to remove spatial indexes on nullable fields on MySQL. 9 months ago
handlers bcd255cd5c Fixed #35354 -- Simplified ASGIRequest path handling. 11 months ago
httpwrappers 305757aec1 Applied Black's 2024 stable style. 1 year ago
humanize_tests d3a7ed5bcc Fixed #35443 -- Changed ordinal to return negative numbers unchanged. 10 months ago
i18n a05187fce6 Fixed i18n.tests.TranslationTests.test_plural to use correct French translation. 7 months ago
import_error_package c0cc8f69e7 Refactored tests that rely on an ImportError for Python 3.5 compatibility 10 years ago
indexes 99f23eaabd Fixed #35469 -- Removed deferred SQL to create index removed by AlterField operation. 10 months ago
inline_formsets 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. 3 years ago
inspectdb fbd16438f4 Fixed #33143 -- Raised RuntimeWarning when performing import-time queries. 1 year ago
introspection daf7d482db Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition. 1 year ago
invalid_models_tests af84bcc8d1 Fixed #35580 -- Allowed related fields referencing auto-created through models. 8 months ago
known_related_objects d3c93cdc59 Fixed #34227 -- Fixed QuerySet.select_related() with multi-level FilteredRelation. 2 years ago
logging_tests aba0e541ca Fixed #35537 -- Changed EmailMessage.attachments and EmailMultiAlternatives.alternatives to use namedtuples. 9 months ago
lookup 759abc4daf Fixed #35413 -- Made unsupported lookup error message more specific. 8 months ago
m2m_and_m2o 305757aec1 Applied Black's 2024 stable style. 1 year ago
m2m_intermediary 305757aec1 Applied Black's 2024 stable style. 1 year ago
m2m_multiple f0c06f8ab7 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2 years ago
m2m_recursive 1760ad4e8c Relaxed some query ordering assertions in various tests. 3 years ago
m2m_regress 5e0aa362d9 Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers." 2 years ago
m2m_signals 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
m2m_through f0c06f8ab7 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2 years ago
m2m_through_regress 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. 3 years ago
m2o_recursive 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
mail d5bebc1c26 Refs #35537 -- Improved documentation and test coverage for email attachments and alternatives. 7 months ago
managers_regress 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. 3 years ago
many_to_many 66e47ac69a Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on a many to many relation. 1 year ago
many_to_one 305757aec1 Applied Black's 2024 stable style. 1 year ago
many_to_one_null 7ba6ebe914 Fixed #19580 -- Unified behavior of reverse foreign key and many-to-many relations for unsaved instances. 3 years ago
max_lengths 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
messages_tests 9582745257 Fixed #35622 -- Made unittest ignore Django assertions in traceback frames. 7 months ago
middleware 305757aec1 Applied Black's 2024 stable style. 1 year ago
middleware_exceptions 097e3a70c1 Refs #33476 -- Applied Black's 2023 stable style. 2 years ago
migrate_signals 097e3a70c1 Refs #33476 -- Applied Black's 2023 stable style. 2 years ago
migration_test_data_persistence 097e3a70c1 Refs #33476 -- Applied Black's 2023 stable style. 2 years ago
migrations 3dac3271d2 Reverted "Fixed #28646 -- Prevented duplicate index when unique is set to True on PostgreSQL." 8 months ago
migrations2 cf107fe255 Fixed #35122 -- Made migrate --prune option respect --app_label. 1 year ago
model_enums 06c5cb1284 Refs #34986 -- Removed redundant CustomChoicesTests.test_timezone_unsupported(). 1 year ago
model_fields 2d3bb414cf Refs #35560 -- Corrected required feature flags in GeneratedModelUniqueConstraint. 8 months ago
model_forms b06cf62c88 Cleaned up temporary test directories in tests. 8 months ago
model_formsets d28626ecf8 Fixed #35488 -- Fixed BaseModelFormSet.validate_unique() crash due to unhashable type. 9 months ago
model_formsets_regress f0c06f8ab7 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2 years ago
model_indexes de1c8320ce Fixed #33773 -- Made Index with multiple fields respect DEFAULT_INDEX_TABLESPACE. 2 years ago
model_inheritance 305757aec1 Applied Black's 2024 stable style. 1 year ago
model_inheritance_regress 305757aec1 Applied Black's 2024 stable style. 1 year ago
model_meta 7abe5112f4 Fixed #35407 -- Cached model's Options.swapped. 10 months ago
model_options c773d5794e Refs #27236 -- Reverted AlterIndexTogether deprecation. 2 years ago
model_package 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
model_regress f0c06f8ab7 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2 years ago
model_utils 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
modeladmin 7f8d839722 Fixed #35628 -- Allowed compatible GeneratedFields for ModelAdmin.date_hierarchy. 7 months ago
multiple_database 02a600ff67 Fixed #16281 -- Fixed ContentType.get_object_for_this_type() in a multiple database setup. 1 year ago
mutually_referential 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
nested_foreign_keys 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
no_models 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
null_fk f0c06f8ab7 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2 years ago
null_fk_ordering 305757aec1 Applied Black's 2024 stable style. 1 year ago
null_queries 7ba6ebe914 Fixed #19580 -- Unified behavior of reverse foreign key and many-to-many relations for unsaved instances. 3 years ago
one_to_one 5e80390add Fixed #35230 -- Added cached ForeignObjectRel.accessor_name. 1 year ago
or_lookups f0c06f8ab7 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2 years ago
order_with_respect_to 305757aec1 Applied Black's 2024 stable style. 1 year ago
ordering b15f162f25 Fixed #34372 -- Fixed queryset crash on order by aggregation using OrderBy. 2 years ago
pagination f8092ee9ad Improved style of n-tuple wording in docs and comments. 1 year ago
postgres_tests 228128618b Fixed #35575 -- Added support for constraint validation on GeneratedFields. 7 months ago
prefetch_related f2388a4b73 Fixed #35309 -- Made prefetch clear ordering for single-valued relationships. 1 year ago
project_template 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
properties 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
proxy_model_inheritance 847f46e9bf Removed redundant QuerySet.all() calls in docs and tests. 3 years ago
proxy_models 305757aec1 Applied Black's 2024 stable style. 1 year ago
queries 9cb8baa0c4 Fixed #35559 -- Avoided unnecessary query on sliced union of empty queries. 8 months ago
queryset_pickle 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
raw_query 20848bcf39 Fixed typos in docstrings and docs. 1 year ago
redirects_tests 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
requests_tests 305757aec1 Applied Black's 2024 stable style. 1 year ago
requirements df35cf578f Updated asgiref dependency for 5.1 release series. 8 months ago
reserved_names 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
resolve_url 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
responses 221c27bd6a Added tests for HttpResponseBase.charset/reason_phrase setters. 1 year ago
reverse_lookup 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
save_delete_hooks 305757aec1 Applied Black's 2024 stable style. 1 year ago
schema 3dac3271d2 Reverted "Fixed #28646 -- Prevented duplicate index when unique is set to True on PostgreSQL." 8 months ago
select_for_update 097e3a70c1 Refs #33476 -- Applied Black's 2023 stable style. 2 years ago
select_related 847f46e9bf Removed redundant QuerySet.all() calls in docs and tests. 3 years ago
select_related_onetoone 2cf76f2d5d Fixed #34612 -- Fixed QuerySet.only() crash on reverse relationships. 1 year ago
select_related_regress 847f46e9bf Removed redundant QuerySet.all() calls in docs and tests. 3 years ago
serializers 3d4fe39bac Refs #21286 -- Removed invalid commented out models and tests from serializer tests. 1 year ago
servers 305757aec1 Applied Black's 2024 stable style. 1 year ago
sessions_tests f5c340684b Fixed #34901 -- Added async-compatible interface to session engines. 1 year ago
settings_tests d88ec42bd0 Used addCleanup() in tests where appropriate. 1 year ago
shell dfac15d570 Fixed #35517, Refs #35515 -- Improved test coverage of shell command. 9 months ago
shortcuts 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
signals 1b5338d03e Fixed #35174 -- Fixed Signal.asend()/asend_robust() crash when all receivers are asynchronous. 1 year ago
signed_cookies_tests ae2da5ba65 Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_age argument. 3 years ago
signing 3a3e737694 Refs #33199 -- Removed support for passing positional arguments to Signer/TimestampSigner. 1 year ago
sitemaps_tests 6d427288e4 Fixed #34688 -- Removed contrib.sitemaps.ping_google() and ping_google management command. 1 year ago
sites_framework 097e3a70c1 Refs #33476 -- Applied Black's 2023 stable style. 2 years ago
sites_tests d88ec42bd0 Used addCleanup() in tests where appropriate. 1 year ago
sphinx b691accea1 Fixed #29942 -- Restored source file linking in docs by using the Sphinx linkcode ext. 10 months ago
staticfiles_tests 6993c9d8c9 Fixed #35553 -- Handled import*as in HashedFilesMixin. 7 months ago
str 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
string_lookup 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
swappable_models 097e3a70c1 Refs #33476 -- Applied Black's 2023 stable style. 2 years ago
syndication_tests 62300b81cf Fixed #12978 -- Added support for RSS feed stylesheets. 9 months ago
template_backends 097e3a70c1 Refs #33476 -- Applied Black's 2023 stable style. 2 years ago
template_loader 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
template_tests 7fb15ad5bc Fixed #35661 -- Fixed test_too_many_digits_to_rander() test crash on PyPy. 7 months ago
templates e703b93a65 Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. 5 years ago
test_client 305757aec1 Applied Black's 2024 stable style. 1 year ago
test_client_regress 305757aec1 Applied Black's 2024 stable style. 1 year ago
test_exceptions 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
test_runner f835787f71 Refs #32114 -- Fixed RemoteTestResultTest.test_unpicklable_subtest test without tblib. 1 year ago
test_runner_apps 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
test_utils 9582745257 Fixed #35622 -- Made unittest ignore Django assertions in traceback frames. 7 months ago
timezones b5311ee232 Fixed #34921 -- Fixed crash of warning for unbound naive datetimes. 1 year ago
transaction_hooks 4a1150b41d Fixed #33616 -- Allowed registering callbacks that can fail in transaction.on_commit(). 2 years ago
transactions 305757aec1 Applied Black's 2024 stable style. 1 year ago
unmanaged_models 097e3a70c1 Refs #33476 -- Applied Black's 2023 stable style. 2 years ago
update 2ffa815c73 Fixed #34421 -- Fixed QuerySet.update() on querysets in descending order by annotations. 2 years ago
update_only_fields 28522c3c8d Fixed #35554, Refs #35060 -- Corrected deprecated *args parsing in Model.save()/asave(). 9 months ago
urlpatterns eff21d8e7a Fixed #35252 -- Optimized _route_to_regex(). 1 year ago
urlpatterns_reverse c187417611 Refs #9847 -- Added tests for handler403 resolution. 1 year ago
user_commands 89c8c2e831 Simplified call_command() calls. 1 year ago
utils_tests 5f1757142f Fixed CVE-2024-41991 -- Prevented potential ReDoS in django.utils.html.urlize() and AdminURLFieldWidget. 7 months ago
validation 509763c799 Fixed #35638 -- Updated validate_constraints to consider db_default. 7 months ago
validators 4971a9afe5 Fixed #18119 -- Added a DomainNameValidator validator. 10 months ago
version 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
view_tests aa90795050 Fixed #35646 -- Extended SafeExceptionReporterFilter.hidden_settings to treat `AUTH` as a sensitive match. 8 months ago
wsgi d88ec42bd0 Used addCleanup() in tests where appropriate. 1 year ago
xor_lookups b81e974e9e Fixed #34604 -- Corrected fallback SQL for n-ary logical XOR. 1 year ago
.coveragerc 1ab2cf7994 Fixed #34810 -- Measured test coverage on django-admin commands. 1 year ago
README.rst aed89adad5 Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints. 6 years ago
runtests.py 3a748cd0f5 Advanced deprecation warnings for Django 5.2. 10 months ago
sitecustomize.py 1ab2cf7994 Fixed #34810 -- Measured test coverage on django-admin commands. 1 year ago
test_sqlite.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
urls.py 305757aec1 Applied Black's 2024 stable style. 1 year ago

README.rst

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/.