| Age | Commit message (Collapse) | Author |
|
type parameters.
HttpRequest.get_preferred_type() did not account for parameters in
Accept header media types (e.g., "text/vcard; version=3.0"). This caused
incorrect content negotiation when multiple types differed only by
parameters, reducing specificity as per RFC 7231 section 5.3.2
(https://datatracker.ietf.org/doc/html/rfc7231.html#section-5.3.2).
This fix updates get_preferred_type() to treat media types with
parameters as distinct, allowing more precise and standards-compliant
matching.
Thanks to magicfelix for the report, and to David Sanders and Sarah
Boyce for the reviews.
Backport of c075508b4de8edf9db553b409f8a8ed2f26ecead from main.
|
|
Backport of d2732c30af28381f5a2ff1b08f754eeb7a6dfeca from main.
|
|
Backport of a79c411147800a60169ea943545686cd9261cdc5 from main.
|
|
Backport of e52100a2508ecbb105926128ce80f4ef04bb3c95 from main.
|
|
intermediary model of a self-referential m2m.
Thanks Giannis Terzopoulos and Sarah Boyce for the reviews.
Backport of 9d93e35c207a001de1aa9ca9165bdec824da9021 from main.
|
|
Co-authored-by: Clifford Gama <53076065+cliff688@users.noreply.github.com>
Backport of 0ee06c04e0256094270db3ffe8b5dafa6a8457a3 from main.
|
|
Backport of a2f7b3a6a04c8c46c38040c9d9d5bdc6298bd714 from main.
|
|
Backport of f9f0a183273724046710efbb3e6646d9fe3fd08e from main.
|
|
QuerySet.update().
Co-authored-by: Andro Ranogajec <ranogaet@gmail.com>
Backport of be1b776ad8d6f9bccfbdf63f84b16fb81a13119e from main.
|
|
Backport of 9d5d0e8135a9654aa289cf922fcd00ad5e2a7fe5 from main.
|
|
Backport of fb65c520401d8eefb97725d16608444901cfed14 from main
|
|
relationships.
Backport of eb4ea9c3efca479b169bed88a5521c4cf47ed2a2 from main.
|
|
to DJANGO_RUNSERVER_HIDE_WARNING.
Backport of 5adadf6e8c74ab14d432e9d682ca1914789386de from main.
|
|
for better readability and navigation.
Backport of ed1e7c02c9db2cc28b3ab5621ce6315fcee54b27 from main.
|
|
disabled in ASGI and async modes.
Backport of 8713e4ae96817a0c7be3f7a8fee25a7c7f819721 from main.
|
|
points to empty.
Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
Backport of 611e7bc3a0633a35ae3430e359c646e02fa3801d from main.
|
|
Backport of ef6a83789b310a441237a190a493c9586a4cb260 from main.
|
|
Backport of 3235e76eb50be20756f82cb3bbe8e32cc586f7bb from main.
|
|
docs.
Backport of efe3ca09e029c63e25f6e19843cb0c68cc7fa816 from main.
|
|
Backport of c70dbcf8358ca7ff34e76b11dae0740284663911 from main.
|
|
annotations.
Backport of 9120a19c4ecb643111b073dd1069e6b410a03c23 from main.
|
|
Backport of 8f942f1c1dbf4222c8ca48253f7959366ed1bb60 from main.
|
|
Backport of 3ecaa85a247373d7ccbcdd593b3fd4bb701f7674 from main.
|
|
through models.
Backport of ae2736ca3bf4c6a27e23ee95530ad965b550d4cc from main.
|
|
rendering content via the DTL.
This also removes the need to add warnings for every Django template filter.
Backport of 582ba18d56167587e290545f113d3956e73a5801 from main.
|
|
Backport of 43766c70bd2939771b7f37104866316faa34606b from main.
|
|
Backport of 9d22a7d8f0e814a596ecbeb6efd051262f6a03e3 from main.
|
|
Backport of 579a1c99962c8697053974a70de635a997be63dc from main.
|
|
Backport of d87bb0eb3ee4ca141c6fa251e6c2c97050e6c92c from main.
|
|
querystring template tag.
Thank you to David Feeley for the report and Natalia Bidart for the review.
Backport of 05002c153c5018e4429a326a6699c7c45e5ea957 from main.
|
|
MariaDB 11.7+."
This partly reverts commit 0b7edb9fcdd33d47ec5701b4f9b9553e27a88e95.
MariaDB reverted GIS functions.
Backport of 54a902c6e81214462388f79a7c42f1c88c863dfd from main.
|
|
IsValid on MariaDB 11.7+."
This reverts commit c77573716a58af32ffcfc4fe87ff9e5c97909bd2.
MariaDB reverted GIS functions.
Backport of eb70aafdba18ac30e53056162c32ee6c21dea0b4 from main.
|
|
shell command.
Backport of 3839afb63ad5183cdf08e06e3a43a014ca4b7263 from main.
|
|
Backport of 5da3ad7bf90fba7321f4c2834db44aa920c70bc7 from main.
|
|
Backport of fd3cfd80bebad292d639a03e58632e494369eb92 from main.
|
|
Backport of 9cc3970eaaf603832c075618e61aea9ea430f719 from main.
|
|
EMAIL_SSL_KEYFILE settings.
Backport of 136a1e89278070fd100f27d9519529be8a8a8c10 from main.
|
|
renderers.
Thank you Sarah Boyce, Carlton Gibson, Tim Schilling and Adam Johnson
for reviews.
Co-authored-by: Christophe Henry <contact@c-henry.fr>
Co-authored-by: David Smith <smithdc@gmail.com>
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
Co-authored-by: Matthias Kestenholz <mk@feinheit.ch>
|
|
is defined.
This is to avoid confusion that a field is often associated with having
a single associated database column.
|
|
Follow-up to 4a66a69239c493c05b322815b18c605cd4c96e7c.
|
|
Document _meta.pk_fields and interactions between Field.primary_key and
CompositePrimaryKey.
Thanks Mariusz for the review.
|
|
Thanks Saravana Kumar for the report, and Sarah Boyce and Mariusz
Felisiak for the reviews.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
|
|
UPDATE.
The empty string is no longer special-cased since
c2ba59fc1da5287d6286e2c2aca4083d5bafe056.
|
|
Thanks to Bhuvnesh Sharma and Adam Johnson for mentoring this Google
Summer of Code 2024 project. Thanks to Sarah Boyce, David Smith, Jacob
Walls and Natalia Bidart for reviews.
|
|
aggregates.
|
|
Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
Aligns the argument with SQL standards already used in Window.order_by and
sets up for adding support to Aggregate.
|
|
attributes.
|
|
|
|
BigAutoField is the default type for primary keys. In models.txt, the linked
anchor shows that the default primary key is a BigAutoField, so it now defers
to that section instead of duplicating an (incorrect) type.
|