Commit History

Author SHA1 Message Date
  Bernd Wechner 2116238d5f Fixed #33131 -- Improved error messages for clashing reverse accessor names. 3 years ago
  Mariusz Felisiak 93f3b7a0ba Corrected field and model check messages in docs. 3 years ago
  Mariusz Felisiak 97237ad3fe Removed versionadded/changed annotations for 3.2. 3 years ago
  Hasan Ramezani 0a28b42b15 Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit_choices_to. 3 years ago
  Nick Touran 5d4f21b16f Fixed #32983 -- Added system check for redundant related_name on symmetrical M2M fields. 3 years ago
  Angus Holder 3e73c65ffc Fixed #32195 -- Added system check for invalid view in path() and improved error messages. 4 years ago
  Tim Graham 54da6e2ac2 Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting. 3 years ago
  bankc db5b75f10f Fixed #31840 -- Added support for Cross-Origin Opener Policy header. 4 years ago
  Tim Graham dba44a7a7a Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme. 3 years ago
  Hasan Ramezani 50ef9dfac2 Fixed typo in docs/ref/checks.txt. 3 years ago
  Hasan Ramezani 1da54bfe7d Corrected messages of admin checks for invalid model field names. 3 years ago
  Hasan Ramezani d1f89c9b9a Corrected admin.E023 message in docs. 3 years ago
  Jacob Walls b23232b6ab Fixed #27854 -- Added system check for nonexistent directories in STATICFILES_DIRS setting. 3 years ago
  Hannes Ljungberg 3aa545281e Fixed #30916 -- Added support for functional unique constraints. 3 years ago
  Timothy McCurrach b1821fbad5 Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting. 3 years ago
  Mariusz Felisiak 0aa6a602b2 Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting. 3 years ago
  Mariusz Felisiak 7cb5712edc Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecation timeline. 3 years ago
  Mariusz Felisiak d992f4e3c2 Refs #31369 -- Removed models.NullBooleanField per deprecation timeline. 3 years ago
  Mariusz Felisiak b7dd89ed53 Removed versionadded/changed annotations for 3.1. 3 years ago
  Hannes Ljungberg 83fcfc9ec8 Fixed #26167 -- Added support for functional indexes. 5 years ago
  Hasan Ramezani ba3fb2e4d0 Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code. 3 years ago
  Hasan Ramezani 64331419c8 Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting. 3 years ago
  Mariusz Felisiak 45519937e5 Added app labels to related fields checks messages E302-E305. 3 years ago
  Mariusz Felisiak 72d04e0385 Corrected related fields checks messages in docs. 3 years ago
  Tom Forbes b5e12d490a Fixed #31007 -- Allowed specifying type of auto-created primary keys. 4 years ago
  Artem Kosenko b7f500396e Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenerated default keys. 4 years ago
  Carles Pina i Estany 721c95ba0b Fixed #32180 -- Added system check for file system caches absolute location. 4 years ago
  christa c36075ac1d Fixed #31983 -- Added system check for file system caches location. 4 years ago
  Mariusz Felisiak b3b0be3df3 Fixed typo in docs/ref/checks.txt. 4 years ago
  Tom Carrick e387f191f7 Fixed #31777 -- Added support for database collations to Char/TextFields. 4 years ago