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