Commit History

Author SHA1 Message Date
  Ed Morley 7399fee6c3 Refs #26947 -- Added a deployment system check for SECURE_HSTS_PRELOAD. 8 years ago
  Anderson Resende ba53da894f Fixed #26796 -- Added a system check for m2m fields with ignored limit_choices_to. 8 years ago
  Berker Peksag 0bce2f102c Fixed #12810 -- Added a check for clashing ManyToManyField.db_table names. 8 years ago
  Michal Petrucha 686a593aaa Fixed #26648 -- Added a system check for invalid related_query_name's containing underscores. 8 years ago
  Sergey Fedoseev 21130ce1a9 Fixed #26718 -- Added system check for existence of the fields specified by ForeignKey.to_field. 8 years ago
  Vytis Banaitis 2f9c4e2b6f Fixed #19963 -- Added support for date_hierarchy across relations. 8 years ago
  Alex Hill 779bb82f51 Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation() 9 years ago
  Alex Hill 2ff7ef15b0 Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and tests 8 years ago
  Tim Graham 354acd04af Refs #26601 -- Added a warning if both MIDDLEWARE AND MIDDLEWARE_CLASSES are set. 8 years ago
  Florian Apolloner 9baf692a58 Fixed #26601 -- Improved middleware per DEP 0005. 9 years ago
  Tim Graham 03efa304bc Refs #25847 -- Added system check for UserModel.is_anonymous/is_authenticated methods. 8 years ago
  Alasdair Nicol eb5d7bc2f4 Fixed #26440 -- Added a warning for non-url()s in urlpatterns. 9 years ago
  Claude Paroz f9a2a7db17 Fixed #26351 -- Added MySQL check to warn about strict mode option 9 years ago
  Claude Paroz 0d3c616fbb Refs #26351 -- Added check hook to support database-related checks 9 years ago
  Simon Charette a872194802 Fixed #26470 -- Converted auth permission validation to system checks. 9 years ago
  Vincenzo Pandolfo abf07355aa Fixed #26365 -- Added a system check to ensure "string_is_invalid" is a string. 9 years ago
  Claude Paroz 983c158da7 Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many 9 years ago
  Tim Graham 004ba0f99e Removed unneeded hint=None/obj=None in system check messages. 9 years ago
  Brobin dca8b916ff Fixed #26154 -- Deprecated CommaSeparatedIntegerField 9 years ago
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 9 years ago
  Vincenzo Pandolfo 0490d72f2a Fixed #24116 -- Moved AdminSite.check_dependencies() to system checks. 9 years ago
  Tim Graham e519aab43a Fixed #23868 -- Added support for non-unique django-admin-options in docs. 9 years ago
  Simon Charette 976bd519a8 Revert "Fixed #25417 -- Added a field check for invalid default values." 9 years ago
  Tim Graham c7aff31397 Refs #25535 -- Minor edits to ForeignObject check changes. 9 years ago
  Tim Graham 2a20ebe6a5 Removed deprecated TEMPLATE_* settings per deprecation timeline. 9 years ago
  Tim Graham 04ee4059d7 Refs #24022 -- Removed the ssi tag per deprecation timeline. 9 years ago
  Alasdair Nicol fe3fc5210f Fixed #23813 -- Added checks for common URL pattern errors 9 years ago
  Simon Charette 71ebcb85b9 Fixed #25417 -- Added a field check for invalid default values. 9 years ago
  Tom Christie b02f08e02c Fixed #25034 -- Converted caches ImproperlyConfigured error to a system check. 9 years ago
  Tim Graham faa2a0f662 Fixed #25174 -- Moved some details of CheckMessage to the reference guide. 9 years ago