| Age | Commit message (Collapse) | Author |
|
Backport of eb9df03a43f34c44131ec3a295643327b8a68bb4 from main
|
|
Backport of 93830abf7694e0f281931f10eeaa34993855e7dd from main
|
|
Backport of 23d24f82a7450ef5d369845e18cc0130be5bac6c from main
|
|
Backport of c487634c106888effbba680e02269e489ab911a6 from main
|
|
chaining.
Backport of 0494efddc422716431b92896899284b6afebb23a from main
|
|
Backport of 01ae9d4ca9afdaf30a247e10e8333261a7d8224c from main
|
|
|
|
issues in docs.
Backport of ba755ca13123d2691a0926ddb64e5d0a2906a880 from main
|
|
Backport of f9fe062de5fc0896d6bbbf3f260b5c44473b3c77 from main
|
|
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for
reviews.
Backport of 534ac4829764f317cf2fbc4a18354fcc998c1425 from main.
|
|
This is consistent with the terminology used for the percent_rank()
function in SQLite docs and PostgreSQL docs.
Backport of 7bb741d787ba360a9f0d490db92e22e0d28204ed from main
|
|
objects.
Backport of 5cd1385356d4b275133ddb0f8c78b2f37c5901eb from main
|
|
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>
|
|
|
|
Follow up to 6cc0f22a73970dd7c0d29d4d8d2ff9e1cc862b30.
Thanks Phil Gyford for the report.
|
|
- Updated references to RFC 1123 to RFC 5322
- Only partial as RFC 5322 sort of sub-references RFC 1123.
- Updated references to RFC 2388 to RFC 7578
- Except RFC 2388 Section 5.3 which has no equivalent.
- Updated references to RFC 2396 to RFC 3986
- Updated references to RFC 2616 to RFC 9110
- Updated references to RFC 3066 to RFC 5646
- Updated references to RFC 7230 to RFC 9112
- Updated references to RFC 7231 to RFC 9110
- Updated references to RFC 7232 to RFC 9110
- Updated references to RFC 7234 to RFC 9111
- Tidied up style of text when referring to RFC documents
|
|
docs.
|
|
|
|
methods for related managers.
Bug in 58b27e0dbb3d31ca1438790870b2b51ecdb10500.
|
|
Thanks Adam Johnson for the review.
|
|
|
|
|
|
|
|
JSONFields.
Thanks Dan LaManna for the report.
|
|
Recent refactors allowed GROUP BY aliasing allowed for aliasing to be
entirely handled by the sql.Query.set_group_by and compiler layers.
|
|
|
|
|
|
Follow up to bf47c719719d0e190a99fa2e7f959d5bbb7caf8a.
|
|
|
|
Bug in 667105877e6723c6985399803a364848891513cc.
Thanks James Beith for the report.
|
|
|
|
Thanks Simon Charette and Mariusz Felisiak for reviews and mentoring
this Google Summer of Code 2022 project.
|
|
|
|
Adds support for joint predicates against window annotations through
subquery wrapping while maintaining errors for disjointed filter
attempts.
The "qualify" wording was used to refer to predicates against window
annotations as it's the name of a specialized Snowflake extension to
SQL that is to window functions what HAVING is to aggregates.
While not complete the implementation should cover most of the common
use cases for filtering against window functions without requiring
the complex subquery pushdown and predicate re-aliasing machinery to
deal with disjointed predicates against columns, aggregates, and window
functions.
A complete disjointed filtering implementation should likely be
deferred until proper QUALIFY support lands or the ORM gains a proper
subquery pushdown interface.
|
|
Matches CharField.db_collation docs.
Thanks to Paolo Melchiorre for the report.
|
|
transforms on SQLite.
Thanks Johnny Metz for the report.
Regression in 71ec102b01fcc85acae3819426a4e02ef423b0fa.
|
|
This also deprecates AlterIndexTogether migration operation.
|
|
|
|
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set
of nodes for which the text is checked.
|
|
Thanks אורי for the report.
Follow up to 1ea7e3157d1f9b4db71e768d75ea57e47dbd49f9.
|
|
|
|
Follow-up to 667105877e6723c6985399803a364848891513cc.
|
|
|
|
and Expression.asc()/desc().
Thanks Allen Jonathan David for the initial patch.
|
|
Thanks Simon Charette, Keryn Knight, and Mariusz Felisiak for reviews.
|
|
|
|
|
|
"prepopulate", "preload", and "preprocessing" are already in the
spelling_wordlist.
This also removes hyphen from double "e" combinations with "pre" and
"re", e.g. preexisting, preempt, reestablish, or reenter.
See also:
- https://ahdictionary.com/word/search.html?q=rerun
- https://ahdictionary.com/word/search.html?q=recreate
- https://ahdictionary.com/word/search.html?q=predetermined
- https://ahdictionary.com/word/search.html?q=reuse
- https://ahdictionary.com/word/search.html?q=reopening
|
|
Thanks Simon Charette for reviews.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|