Commit History

Author SHA1 Message Date
  Jacob Walls d206d4c200 Fixed #36051 -- Declared arity on aggregate functions. 1 month ago
  Simon Charette f07360e808 Refs #36075 -- Adjusted MTI handling of _non_pk_concrete_field_names. 1 month ago
  Simon Charette 161e79d277 Refs #36075 -- Adjusted pk_fields usage in bulk_update eligibility checks. 1 month ago
  Simon Charette 4bfec242b4 Fixed #36093 -- Adjusted unique checks to account for inherited primary keys. 1 month ago
  Simon Charette e580926d74 Fixed #36075 -- Documented how to introspect composite primary keys. 1 month ago
  Natalia f2a1dcaa53 Added CVE-2024-56374 to security archive. 1 month ago
  Natalia 3b46bea909 Added stub release notes for 5.1.6. 1 month ago
  Michael Manfre ca2be7724e Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation. 2 months ago
  Natalia 9a2dd9789a Made cosmetic edits to 5.1.5 release notes. 1 month ago
  Mariusz Felisiak 0a341125d1 Refs #35844 -- Removed unnecessary ArgumentParser.add_argument_group()'s prefix_chars argument. 1 month ago
  Sarah Boyce 23c6effac0 Fixed #36087 -- Supported password reset on a custom user model with a composite primary key. 1 month ago
  Bendeguz Csirmaz d83fb782d3 Fixed #36092 -- Disallowed non-local fields in composite primary keys. 1 month ago
  Sarah Boyce bf7b17d16d Refs #36075 -- Used field in pk_fields over field.primary_key. 1 month ago
  Jacob Walls d66137b39b Fixed #36077 -- Corrected docs on pk value where Model.save() executes an UPDATE. 1 month ago
  Simon Charette 76a0b6aa3a Refs #36050 -- Fixed OuterRef support for CompositePrimaryKey on Oracle. 1 month ago
  Simon Charette 9e55201555 Fixed #36086 -- Fixed crash when using GeneratedField with non-AutoField pk. 1 month ago
  Simon Charette 20eb4bca7d Refs #373 -- Adjusted test allowing AutoField in composite primary keys. 1 month ago
  Simon Charette bfcb34076e Refs #373 -- Removed unused composite pk code in SQLInsertCompiler. 1 month ago
  Bendeguz Csirmaz 8bee7fa45c Fixed #36050 -- Added OuterRef support to CompositePrimaryKey. 1 month ago
  antoliny0919 97ee8b82c2 Fixed #36032 -- Rendered URLField values as links in the admin. 2 months ago
  Bendeguz Csirmaz 5851605863 Fixed #36064 -- Skipped an UPDATE when adding a model instance with a composite primary key with default values. 1 month ago
  Bendeguz Csirmaz 8287fd4915 Refs #36064 -- Added test that falsey primary key default/db_default value skips an update query on save. 1 month ago
  Simon Charette 9fa4d07ce0 Refs #36064 -- Added Model.has_db_default() to encapsulate NOT_PROVIDED checks. 2 months ago
  Jacob Walls 0fb51ec5a0 Fixed #36068 -- Raised ValueError when providing a composite PK field to bulk_create() update_fields. 1 month ago
  Simon Charette af6336f2c8 Fixed #36074 -- Excluded composite primary key fields on save() updates. 1 month ago
  Salvo Polizzi fc28550fe4 Fixed #35515 -- Added automatic model imports to shell management command. 1 month ago
  Brock 8c118c0e00 Fixed #35940 -- Disabled SelectFilter add/remove buttons when appropriate. 2 months ago
  antoliny0919 a9c79b4629 Fixed #36063 -- Made a FileField navigate to the object admin change page when in list_display_links. 1 month ago
  Sarah Boyce 6a1a9c0ead Fixed #36062 -- Handled serialization of CompositePrimaryKeys. 1 month ago
  Sarah Boyce 15e207ce80 Fixed #35999 -- Removed #django IRC channel references where appropriate. 2 months ago