summaryrefslogtreecommitdiff
path: root/docs/ref/checks.txt
AgeCommit message (Expand)Author
2021-03-15[3.2.x] Fixed typo in docs/ref/checks.txt.Hasan Ramezani
2021-03-04[3.2.x] Corrected admin.E023 message in docs.Hasan Ramezani
2021-01-13Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg
2021-01-12Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.Hasan Ramezani
2021-01-12Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.Hasan Ramezani
2020-12-29Added app labels to related fields checks messages E302-E305.Mariusz Felisiak
2020-12-29Corrected related fields checks messages in docs.Mariusz Felisiak
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-11-11Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenera...Artem Kosenko
2020-11-11Fixed #32180 -- Added system check for file system caches absolute location.Carles Pina i Estany
2020-11-04Fixed #31983 -- Added system check for file system caches location.christa
2020-10-19Fixed typo in docs/ref/checks.txt.Mariusz Felisiak
2020-09-21Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick
2020-08-04Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2020-07-24Fixed #31802 -- Added system check for non-integer SITE_ID.Parth Verma
2020-07-06Fixed #31530 -- Added system checks for invalid model field names in CheckCon...Hasan Ramezani
2020-06-04Refs #30913 -- Added system checks for covering indexes and unique constraint...Mariusz Felisiak
2020-06-03Preferred usage of among/while to amongst/whilst.David Smith
2020-05-27Fixed some formatting issues in docs.Mariusz Felisiak
2020-05-20Fixed #31410 -- Added system checks for invalid model field names in UniqueCo...Hasan Ramezani
2020-05-14Fixed #31575 -- Added system check for admin sidebar request context processo...Jon Dufresne
2020-05-13Used :envvar: role and .. envvar:: directive in various docs.Nick Pope
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-04-30Fixed #20581 -- Added support for deferrable unique constraints.Ian Foote
2020-04-24Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...Tim Schilling
2020-04-10Fixed #31351 -- Added system checks for partial indexes and unique constraint...Ichlasul Affan
2020-04-01Fixed #31380 -- Added deployment system check for DJANGO_ALLOW_ASYNC_UNSAFE e...hashlash
2020-03-20Fixed #31144 -- Relaxed system check for max_length of CharFields on MySQL/Ma...Rohit
2020-03-19Refs #29548 -- Mentioned MariaDB in database system checks.Mariusz Felisiak
2020-02-27Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject ...Valze
2020-02-26Removed hint from fields.E310 message in system check docs.Mariusz Felisiak
2020-02-17Fixed #31277 -- Relaxed system check of m2m intermediary tables for db_table ...Xavier Francisco
2020-02-07Refs #31055 -- Added --database option to the check management command.Simon Charette
2020-01-23Fixed #31200 -- Added system checks for permissions codenames max length.Michael Mulholland
2020-01-10Fixed #30980 -- Improved error message when checking uniqueness of admin acti...Adam Donaghy
2019-12-17Fixed #31086 -- Improved error message for admin model inlines with more than...Shubham singh
2019-10-17Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...sage
2019-09-10Refs #29598 -- Removed FloatRangeField per deprecation timeline.Mariusz Felisiak
2019-09-09Fixed #29406 -- Added support for Referrer-Policy header.Nick Pope
2019-09-09Fixed #30757 -- Added a system check to ensure max_length fits the longest ch...Nick Pope
2019-09-09Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.Claude Paroz
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-08-08Fixed #30673 -- Relaxed system check for db_table collision when database rou...Adnan Umer
2019-08-05Fixed #30680 -- Removed obsolete system check for SECURE_BROWSER_XSS_FILTER s...Adnan Umer
2019-07-05Fixed #30613 -- Moved index name validation to system checks.can
2019-07-02Fixed typos in comments and docs.Min ho Kim
2019-06-21Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...Nadège Michel
2019-05-02Fixed #30396 -- Added system checks for uniqueness of indexes and constraints...can
2019-04-26Fixed #30312 -- Relaxed admin check from django.contrib.sessions to SessionMi...Aarni Koskela
2019-04-25Fixed #30318 -- Added check for importability of arguments of custom error ha...Alasdair Nicol