Commit History

Author SHA1 Message Date
  hui shang f1aa58479c Fixed #28714 -- Added system checks for invalid model field names in Meta.indexes. 7 years ago
  Chris Lamb 998c9dd599 Fixed #28663 -- Add a check for likely incorrectly migrated django.urls.path() routes. 7 years ago
  Adam Johnson f8946fbb5d Removed docs for obsolete compatibility checks. 7 years ago
  Flávio Juvenal f6e1789654 Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable defaults. 7 years ago
  Flávio Juvenal ea7ca5db30 Doc'd contrib.postgres system checks. 7 years ago
  Sjoerd Job Postmus df41b5a05d Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 8 years ago
  Johannes Hoppe 94cd8efc50 Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin. 7 years ago
  michaldabski d381914aef Fixed #28313 -- Added model name max length check of 100 characters in contrib.contentttypes. 7 years ago
  Mariusz Felisiak 538bf43458 Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL. 7 years ago
  Mariusz Felisiak a3af8c99d9 Removed extra characters in docs header underlines. 8 years ago
  Adam Chainz a452dddb25 Fixed #27904 -- Added a system check that Field.validators are callable. 8 years ago
  Tim Graham 29f607927f Fixed spelling of "nonexistent". 8 years ago
  Ling-Xiao Yang 0ec4dc91e0 Fixed #27661 -- Moved FileSystemFinder's ImproperlyConfigured exceptions to system checks. 8 years ago
  Tim Graham f6acd1d271 Refs #23919 -- Removed Python 2 notes in docs. 8 years ago
  Tim Graham 6192bffb13 Refs #26601 -- Removed obsolete system check for MIDDLEWARE_CLASSES setting. 8 years ago
  Tim Graham 98760ab0b2 Refs #25079 -- Removed obsolete system check for TEMPLATE_* settings. 8 years ago
  Tim Graham d334f46b7a Refs #26601 -- Removed support for old-style middleware using settings.MIDDLEWARE_CLASSES. 8 years ago
  Tim Graham bcf3532ede Refs #26154 -- Removed deprecated CommaSeparatedIntegerField. 8 years ago
  Tim Graham ab661e994b Alphabetized system check reference. 8 years ago
  Adam Chainz 8669cf0e68 Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check. 8 years ago
  Andrew Nester 24fa728a47 Fixed #27612 -- Added a check for duplicate URL instance namespaces. 8 years ago
  Tim Graham c27104a9c7 Fixed #27611 -- Doc'd that CSRF_COOKIE_HTTPONLY setting offers no security. 8 years ago
  Henry Dang 6af23a4521 Fixed #27377 -- Clarified that prepopulated_fields doesn't work with OneToOneField. 8 years ago
  Henry Dang 7cddd8a02e Fixed #27358 -- Added a system check to prevent FileField's upload_to from starting with a slash. 8 years ago
  Quentin Fulsher f62abfc03d Fixed #27295 -- Added a system check to prohibit model names that start or end with an underscore or contain double underscores. 8 years ago
  Michael Scott ec9ed07488 Fixed #27188 -- Allowed using unique=True with FileField. 8 years ago
  Nick Pope 81463ce0a1 Fixed typo in docs/ref/checks.txt. 8 years ago
  Riccardo Magliocchetti 7ed8b98f42 Clarified URL regex check message with respect to include(). 8 years ago
  Berker Peksag 426bca002c Fixed #26816 -- Corrected an admin check to require inlines to subclass InlineModelAdmin. 8 years ago
  Collin Anderson 384f89f8f8 Fixed #26998 -- Reverted some admin checks from checking field.many_to_many back to isinstance(field, models.ManyToManyField). 8 years ago