Commit History

Author SHA1 Message Date
  Mariusz Felisiak d907371ef9 Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting. 4 years ago
  Parth Verma 41065cfed5 Fixed #31802 -- Added system check for non-integer SITE_ID. 4 years ago
  Hasan Ramezani b7b7df5fbc Fixed #31530 -- Added system checks for invalid model field names in CheckConstraint.check and UniqueConstraint.condition. 4 years ago
  Mariusz Felisiak f83b44075d Refs #30913 -- Added system checks for covering indexes and unique constraints support. 4 years ago
  David Smith dbdc192ca3 Preferred usage of among/while to amongst/whilst. 4 years ago
  Mariusz Felisiak 803e70b1ad Fixed some formatting issues in docs. 4 years ago
  Hasan Ramezani 3c7bf39e23 Fixed #31410 -- Added system checks for invalid model field names in UniqueConstraint. 4 years ago
  Jon Dufresne d522b51c40 Fixed #31575 -- Added system check for admin sidebar request context processor dependency. 4 years ago
  Nick Pope fbdb032de2 Used :envvar: role and .. envvar:: directive in various docs. 4 years ago
  sage 6789ded0a6 Fixed #12990, Refs #27694 -- Added JSONField model field. 5 years ago
  Ian Foote c226c6cb32 Fixed #20581 -- Added support for deferrable unique constraints. 6 years ago
  Tim Schilling a92cc84b4a Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(null=True). 4 years ago
  Ichlasul Affan 53d229ff63 Fixed #31351 -- Added system checks for partial indexes and unique constraints support. 4 years ago
  hashlash 4a6f2b63d7 Fixed #31380 -- Added deployment system check for DJANGO_ALLOW_ASYNC_UNSAFE environment variable. 4 years ago
  Rohit 2695ac8e04 Fixed #31144 -- Relaxed system check for max_length of CharFields on MySQL/MariaDB by turning into a warning. 4 years ago
  Mariusz Felisiak 6e026aec5f Refs #29548 -- Mentioned MariaDB in database system checks. 4 years ago
  Valze 5bf28ac2ed Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject checks when using Meta.constraints. 4 years ago
  Mariusz Felisiak 667f784baa Removed hint from fields.E310 message in system check docs. 4 years ago
  Xavier Francisco 8690878507 Fixed #31277 -- Relaxed system check of m2m intermediary tables for db_table collision when database routers are installed. 4 years ago
  Simon Charette 0b83c8cc4d Refs #31055 -- Added --database option to the check management command. 4 years ago
  Michael Mulholland 5a68a223c7 Fixed #31200 -- Added system checks for permissions codenames max length. 4 years ago
  Adam Donaghy 8b3e714ecf Fixed #30980 -- Improved error message when checking uniqueness of admin actions' __name__. 4 years ago
  Shubham singh f4647179cc Fixed #31086 -- Improved error message for admin model inlines with more than one foreign key to the same parent. 5 years ago
  sage 6f82df69ef Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mixins. 5 years ago
  Mariusz Felisiak b47bb4c4a7 Refs #29598 -- Removed FloatRangeField per deprecation timeline. 5 years ago
  Nick Pope 406dba04e1 Fixed #29406 -- Added support for Referrer-Policy header. 5 years ago
  Nick Pope b6251956b6 Fixed #30757 -- Added a system check to ensure max_length fits the longest choice. 5 years ago
  Claude Paroz 05d0eca635 Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY. 5 years ago
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 years ago
  Adnan Umer 8d3519071e Fixed #30673 -- Relaxed system check for db_table collision when database routers are installed by turning the error into a warning. 5 years ago