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