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
2025-10-09
[5.2.x] Corrected admin check IDs in docs.
Mariusz Felisiak
2025-08-05
[5.2.x] Fixed #36530 -- Extended fields.E347 to check for ManyToManyField inv...
jkhall81
2025-03-05
[5.2.x] 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
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-05-10
Fixed #30581 -- Added support for Meta.constraints validation.
Gagaro
2022-02-01
Fixed #30360 -- Added support for secret key rotation.
tschilling
2021-10-20
Fixed #32987 -- Added system check for template tag modules with the same name.
Shreya Bamne
2021-10-06
Fixed #33131 -- Improved error messages for clashing reverse accessor names.
Bernd Wechner
2021-09-28
Corrected field and model check messages in docs.
Mariusz Felisiak
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-09-09
Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit...
Hasan Ramezani
2021-08-06
Fixed #32983 -- Added system check for redundant related_name on symmetrical ...
Nick Touran
2021-06-09
Fixed #32195 -- Added system check for invalid view in path() and improved er...
Angus Holder
2021-04-30
Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting.
Tim Graham
2021-03-30
Fixed #31840 -- Added support for Cross-Origin Opener Policy header.
bankc
2021-03-18
Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme.
Tim Graham
2021-03-15
Fixed typo in docs/ref/checks.txt.
Hasan Ramezani
2021-03-04
Corrected messages of admin checks for invalid model field names.
Hasan Ramezani
2021-03-04
Corrected admin.E023 message in docs.
Hasan Ramezani
2021-03-03
Fixed #27854 -- Added system check for nonexistent directories in STATICFILES...
Jacob Walls
2021-02-23
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
[next]