summaryrefslogtreecommitdiff
path: root/docs/ref/checks.txt
AgeCommit message (Expand)Author
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
2019-04-24Fixes #30342 -- Removed a system check for LANGUAGES_BIDI setting.Matthias Kestenholz
2019-03-28Fixed #30241 -- Added more system checks of translation settings.Nick Pope
2019-03-28Refs #29713 -- Improved error message when LANGUAGE_CODE is invalid.Nick Pope
2019-03-25Fixed #28431 -- Added a system check for BinaryField to prevent strings defau...Hasan Ramezani
2019-03-01Refs #29408 -- Cosmetic edits for validation of related fields and lookups in...Mariusz Felisiak
2019-03-01Fixed #29408 -- Added validation of related fields and lookups in model Meta....Hasan Ramezani
2018-12-24Fixed #20098 -- Added a check for model Meta.db_table collisions.Sanyam Khurana
2018-11-23Refs #23801 -- Made integer field max_length warning show correct field type.Nick Pope
2018-10-30Capitalized SecurityMiddleware headers for consistency with other headers.Artur Juraszek
2018-10-02Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino
2018-10-02Fixed #29711 -- Added a system check for uniquness of admin actions' __name__.Przemysław Buczkowski
2018-09-27Fixed #29796 -- Added system check for STATICFILES_DIRS prefix ending with a ...Paweł Kołodziej
2018-09-14Fixed #29642 -- Added check for arguments of custom error handler views.Adam Johnson
2018-09-06Refs #29713 -- Improved error message from translation system check.Nick Pope
2018-09-03Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.David
2018-08-22Fixed #26352 -- Made system check allow ManyToManyField to target the same mo...Simon Willison
2018-08-20Fixed #29695 -- Added system checks for admin's app dependencies and TEMPLATE...Rodrigo
2018-07-10Fixed #11964 -- Added support for database check constraints.Ian Foote
2018-06-18Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson
2018-05-03Refs #29358 -- Corrected wording in primary key check message.Carlton Gibson
2018-05-03Fixed #29358 -- Added a system check to prohibit models with more than one pr...Hasan Ramezani
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
2018-01-03Fixed #28867 -- Added system check for a model property that clashes with a r...shanghui
2017-12-27Fixed #28714 -- Added system checks for invalid model field names in Meta.ind...hui shang
2017-11-07Fixed #28663 -- Add a check for likely incorrectly migrated django.urls.path(...Chris Lamb
2017-10-30Removed docs for obsolete compatibility checks.Adam Johnson
2017-10-20Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable ...Flávio Juvenal
2017-09-27Doc'd contrib.postgres system checks.Flávio Juvenal
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus