summaryrefslogtreecommitdiff
path: root/docs/ref/checks.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul2022-12-281-0/+5
* Refs #32987 -- Relaxed system check for template tag modules with the same na...Mariusz Felisiak2022-10-031-0/+3
* Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak2022-08-031-0/+10
* Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...Mariusz Felisiak2022-07-261-5/+0
* Refs #27236 -- Reverted AlterIndexTogether deprecation.Mariusz Felisiak2022-07-261-6/+0
* Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.David Wobrock2022-07-121-0/+6
* Refs #27236 -- Added generic mechanism to handle the deprecation of migration...David Wobrock2022-07-081-0/+5
* Removed versionadded/changed annotations for 4.0.Carlton Gibson2022-05-171-6/+0
* Fixed #30581 -- Added support for Meta.constraints validation.Gagaro2022-05-101-0/+2
* Fixed #30360 -- Added support for secret key rotation.tschilling2022-02-011-2/+8
* Fixed #32987 -- Added system check for template tag modules with the same name.Shreya Bamne2021-10-201-0/+2
* Fixed #33131 -- Improved error messages for clashing reverse accessor names.Bernd Wechner2021-10-061-4/+6
* Corrected field and model check messages in docs.Mariusz Felisiak2021-09-281-17/+16
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-201-4/+0
* Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit...Hasan Ramezani2021-09-091-1/+1
* Fixed #32983 -- Added system check for redundant related_name on symmetrical ...Nick Touran2021-08-061-0/+2
* Fixed #32195 -- Added system check for invalid view in path() and improved er...Angus Holder2021-06-091-0/+2
* Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting.Tim Graham2021-04-301-3/+2
* Fixed #31840 -- Added support for Cross-Origin Opener Policy header.bankc2021-03-301-2/+5
* Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme.Tim Graham2021-03-181-0/+3
* Fixed typo in docs/ref/checks.txt.Hasan Ramezani2021-03-151-1/+1
* Corrected messages of admin checks for invalid model field names.Hasan Ramezani2021-03-041-8/+8
* Corrected admin.E023 message in docs.Hasan Ramezani2021-03-041-1/+2
* Fixed #27854 -- Added system check for nonexistent directories in STATICFILES...Jacob Walls2021-03-031-0/+2
* Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg2021-02-231-0/+2
* Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting.Timothy McCurrach2021-01-221-0/+15
* Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak2021-01-141-2/+2
* Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...Mariusz Felisiak2021-01-141-1/+3
* Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak2021-01-141-1/+4
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-141-11/+0
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-131-0/+1
* Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.Hasan Ramezani2021-01-121-4/+4
* Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.Hasan Ramezani2021-01-121-0/+4
* Added app labels to related fields checks messages E302-E305.Mariusz Felisiak2020-12-291-8/+9
* Corrected related fields checks messages in docs.Mariusz Felisiak2020-12-291-10/+10
* Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes2020-12-151-0/+2
* Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenera...Artem Kosenko2020-11-111-4/+5
* Fixed #32180 -- Added system check for file system caches absolute location.Carles Pina i Estany2020-11-111-0/+2
* Fixed #31983 -- Added system check for file system caches location.christa2020-11-041-0/+4
* Fixed typo in docs/ref/checks.txt.Mariusz Felisiak2020-10-191-4/+4
* Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick2020-09-211-0/+2
* Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak2020-08-041-0/+6
* Fixed #31802 -- Added system check for non-integer SITE_ID.Parth Verma2020-07-241-0/+10
* Fixed #31530 -- Added system checks for invalid model field names in CheckCon...Hasan Ramezani2020-07-061-0/+1
* Refs #30913 -- Added system checks for covering indexes and unique constraint...Mariusz Felisiak2020-06-041-0/+4
* Preferred usage of among/while to amongst/whilst.David Smith2020-06-031-2/+2
* Fixed some formatting issues in docs.Mariusz Felisiak2020-05-271-3/+3
* Fixed #31410 -- Added system checks for invalid model field names in UniqueCo...Hasan Ramezani2020-05-201-7/+7
* Fixed #31575 -- Added system check for admin sidebar request context processo...Jon Dufresne2020-05-141-0/+3
* Used :envvar: role and .. envvar:: directive in various docs.Nick Pope2020-05-131-1/+1