django/tests/invalid_models_tests
Mariusz Felisiak 0c487aa3a7
Some checks are pending
Docs / spelling (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Docs / lint-docs (push) Waiting to run
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.14 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
Fixed #21961 -- Added support for database-level delete options for ForeignKey.
Thanks Simon Charette for pair programming.

Co-authored-by: Nick Stefan <NickStefan12@gmail.com>
Co-authored-by: Akash Kumar Sen <71623442+Akash-Kumar-Sen@users.noreply.github.com>
Co-authored-by: Simon Charette <charette.s@gmail.com>
2025-10-18 15:03:50 +02:00
..
__init__.py
test_backend_specific.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_custom_fields.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_deprecated_fields.py Fixed #32770 -- Added system check to ensure django.contrib.postgres is installed when using its features. 2025-06-18 08:36:49 +02:00
test_models.py Fixed #21961 -- Added support for database-level delete options for ForeignKey. 2025-10-18 15:03:50 +02:00
test_ordinary_fields.py Fixed #35815 -- Made system check accept db_default literals when DatabaseFeatures.supports_expression_defaults = False. 2024-11-11 16:05:05 +01:00
test_relative_fields.py Fixed #21961 -- Added support for database-level delete options for ForeignKey. 2025-10-18 15:03:50 +02:00