summaryrefslogtreecommitdiff
path: root/docs/ref/checks.txt
AgeCommit message (Expand)Author
2026-04-22Fixed #10919 -- Added delete_confirmation_max_display to ModelAdmin.Rodrigo Vieira
2026-04-19Fixed #37024 -- Made SITE_ID system check validation use Site._meta.pk.Tim Graham
2025-12-22Refs #36305 -- Fixed indentation in checks and middleware documentation.ankan0503
2025-12-22Fixed #36806 -- Added system check for null kwarg in GeneratedField.Nilesh Kumar Pahari
2025-12-16Fixed #36594 -- Improved UniqueConstraint's nulls_distinct system check message.Mridul Dhall
2025-11-23Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) fe...Tim Graham
2025-11-20Refs #36663, #36739 -- Added release note for running checks against all data...Storm B. Heg
2025-11-19Fixed #26609 -- Extended fields.E004 system check for unordered iterables.Mariusz Felisiak
2025-11-17Fixed #24920 -- Added support for DecimalField with no precision.Mariusz Felisiak
2025-10-18Fixed #21961 -- Added support for database-level delete options for ForeignKey.Mariusz Felisiak
2025-10-13Fixed #36611, Refs #36580 -- Added system check for multicolumn ForeignObject...Sarah Boyce
2025-10-09Corrected admin check IDs in docs.Mariusz Felisiak
2025-09-17Refs #35859 -- Removed support for Task enqueuing on transaction commit.Jacob Walls
2025-09-16Fixed #35859 -- Added background Tasks framework interface.Jake Howard
2025-09-05Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.Tim Graham
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-05Fixed #36530 -- Extended fields.E347 to check for ManyToManyField involving C...jkhall81
2025-06-27Fixed #15727 -- Added Content Security Policy (CSP) support.Rob Hudson
2025-06-18Fixed #32770 -- Added system check to ensure django.contrib.postgres is insta...Clifford Gama
2025-03-31Fixed #22977 -- Added system check for clashing managers and reverse related ...Anthony Joseph
2025-03-05Fixed typo in docs/ref/checks.txt.hesham942
2025-01-02Fixed #36034 -- Added system check for ForeignKey/ForeignObject/ManyToManyFie...Mariusz Felisiak
2024-12-17Fixed #35992, Fixed #35997 -- Added system check for CompositePrimaryKeys in ...Mariusz Felisiak
2024-11-29Fixed #373 -- Added CompositePrimaryKey.Bendeguz Csirmaz
2024-10-15Fixed #35656 -- Added an autodetector attribute to the makemigrations and mig...leondaz
2024-05-22Fixed #31405 -- Added LoginRequiredMiddleware.Hisham Mahmood
2024-03-27Fixed #35233 -- Moved template engine system checks to backend methods.Giannis Terzopoulos
2024-02-05Fixed #10743 -- Allowed lookups for related fields in ModelAdmin.list_display.Tom Carrick
2023-11-14Refs #34944 -- Propagated system checks for GeneratedField.output_field.Mariusz Felisiak
2023-10-27Doc'd writing integration tests for the system check framework.Marc Gibbons
2023-09-18Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEm...Mariusz Felisiak
2023-09-18Refs #27236 -- Removed Meta.index_together per deprecation timeline.Mariusz Felisiak
2023-09-07Fixed #31300 -- Added GeneratedField model field.Jeremy Nauta
2023-08-31Refs #34712 -- Added system check for staticfiles storage in STORAGES setting.Bruno Alla
2023-08-30 Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...Nick Pope
2023-07-19Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.Simon Charette
2023-07-12Fixed typo in docs/ref/checks.txt.Ryan Chausse
2023-07-11Fixed #34691 -- Added system check for unmatched angle brackets in path().Amir Karimi
2023-06-21Fixed #34345 -- Added system check for ManyToManyFields with intermediate tab...Hrushikesh
2023-06-20Corrected admin.E013 check message in docs.Mariusz Felisiak
2023-06-05Fixed #34601 -- Added field name to check message for ModelAdmin.readonly_fie...nessita
2023-05-12Fixed #470 -- Added support for database defaults on fields.Ian Foote
2023-04-24Fixed #34481 -- Added system check for reverse related fields in ModelAdmin.l...Bakdolot
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul
2022-10-03Refs #32987 -- Relaxed system check for template tag modules with the same na...Mariusz Felisiak
2022-08-03Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak
2022-07-26Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...Mariusz Felisiak
2022-07-26Refs #27236 -- Reverted AlterIndexTogether deprecation.Mariusz Felisiak
2022-07-12Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.David Wobrock
2022-07-08Refs #27236 -- Added generic mechanism to handle the deprecation of migration...David Wobrock