| Age | Commit message (Collapse) | Author |
|
Regression in 5942ab5eb165ee2e759174e297148a40dd855920.
|
|
|
|
|
|
|
|
|
|
objects.
Co-authored-by: Raphael Kimmig <raphael.kimmig@ampad.de>
Co-authored-by: Simon Charette <charette.s@gmail.com>
|
|
SQLite 3.7.11 introduced the ability to use multiple values directly.
SQLite 3.8.8 made multiple values not subject to the
SQLITE_LIMIT_COMPOUND_SELECT (500).
|
|
Follow up to d5f2d5d6041d477fc8f5fc53c20112e07ef104fc.
|
|
Thanks Keryn Knight for the report and the initial patch.
|
|
|
|
|
|
|
|
|
|
Meta.order_with_respect_to but with _order field.
Regression in aa4acc164d1247c0de515c959f7b09648b57dc42.
|
|
|
|
|
|
|
|
Thanks Florian Apolloner, Chris Jerdonek, Hannes Ljungberg, Nick Pope,
and Mariusz Felisiak for reviews.
|
|
|
|
|
|
|
|
Unused since its introduction in 269e921756371bee6d35a967bc2ffe84d1ae39eb.
|
|
Thanks Eugene Kovalev for the initial patch, Simon Charette for the
review, and Chetan Khanna for help.
|
|
|
|
|
|
|
|
Regression in 502e75f9ed5476ffe8229109acf0c23999d4b533.
|
|
|
|
admindocs.
|
|
|
|
|
|
|
|
|
|
This improves readability, accumulates unrecognized arguments raise an
exception with all of them, and avoids refetching the values.
|
|
Regression in 84609b3205905097d7d3038d32e6101f012c0619.
Follow up to 4e5bbb6ef2287126badd32842b239f4a8a7394ca.
Thanks Sourav Kumar for the report.
|
|
|
|
|
|
There's little point retrieving a fresh reference to the exception in
the legacy tuple format, when it's all available via the exception
instance we already have.
|
|
ResolverMatch._func_path.
|
|
This allows better debugging and filtering of errors.
|
|
|
|
Thanks Keryn Knight for the initial patch.
|
|
|
|
|
|
|
|
tuples.
This clarifies the intended pattern of overwriting the default value
rather than mutating it.
|
|
Unused since 99fc5dc13c12d874ffc1c8f47a6421494e720b31.
|
|
|
|
|
|
|