| Age | Commit message (Collapse) | Author |
|
Backport of 8adc7c86ab85ed91e512bc49056e301cbe1715d0 from main
|
|
model fields in __init__.
Backport of e47298aec4fa04416e7082331fbd44bd9f2662aa from main
|
|
Backport of 91cb2d0b487acc56d886612a7251b9ba555d71b4 from main
|
|
return None.
Backport of 78b5c9075348aa12da2e024f6ece29d1d652dfdd from main
|
|
Co-authored-by: revanthgss <revanthgss@almabase.com>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
GenericRelation is a reverse generic relationship so it's always
homogeneous. Mentioning this as a restriction is confusing.
|
|
|
|
Thanks Adam Johnson and Paolo Melchiorre for reviews.
Co-Authored-By: Lily Foote <code@lilyf.org>
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
ChoiceField's choices.
|
|
Follow up to 7cd187a5ba58d7769039f487faeb9a5a2ff05540.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removed assignment in example for Blog annotation to match shown result.
|
|
fields.
|
|
|
|
updating conflicts.
|
|
Model.save().
|
|
|
|
|
|
|
|
An n-ary logical XOR Q(…) ^ Q(…) ^ … ^ Q(…) should evaluate to true
when an odd number of its operands evaluate to true, not when exactly
one operand evaluates to true.
|
|
|
|
|
|
Special thanks to Hannes Ljungberg for finding multiple implementation
gaps.
Thanks also to Simon Charette, Adam Johnson, and Mariusz Felisiak for
reviews.
|
|
|
|
|
|
|
|
|
|
|
|
form fields.
|
|
|
|
|
|
|
|
BaseConstraint and subclasses.
|
|
|
|
operation in QuerySet.update_or_create().
|
|
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for
reviews.
|
|
This is consistent with the terminology used for the percent_rank()
function in SQLite docs and PostgreSQL docs.
|
|
|
|
when nulls_first/nulls_last=False is passed.
Per deprecation timeline.
|
|
after prefetch_related().
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
|
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
Thanks Jared Chung, Tom Carrick, David Smith, Nick Pope, and Mariusz
Felisiak for reviews.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Co-authored-by: Nick Pope <nick@nickpope.me.uk>
|
|
|