| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Thanks Tim Graham and Cristiano Coelho for the reviews.
Refs #26328, #26319.
|
|
Thanks Sonu kumar for the report and Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
If APPEND_SLASH=True and the referer is the URL without a trailing '/', then
BrokenLinkEmailsMiddleware shouldn't send an email.
|
|
|
|
|
|
empty string.
|
|
|
|
Thanks Marten Kenbeek for the report.
|
|
|
|
|
|
* Removed type coercion. Options created by argparse are already coerced
to the correct type.
* Removed fallback default values. Options created by argparse already
have a default value.
* Used direct indexing. Options created by argparse are always set. This
eliminates the need to use dict.get().
|
|
first argument.
|
|
|
|
|
|
|
|
|
|
|
|
Such as a setup isn't tested through continuous integration and therefore
isn't likely to work reliably.
|
|
The errors='replace' parameter to force_text altered the URL before checking
it, which wasn't considered sane. Refs 24fc935218 and ada7a4aef.
|
|
This fixes a regression introduced by c5544d28923.
Thanks John Eskew for the reporti and Tim Graham for the review.
|
|
|
|
|
|
Thanks tomaszn for the patch.
|
|
|
|
|
|
ensure ordered results.
Thanks Simon Charette for review.
|
|
|
|
|
|
Thanks Tim for the review.
|
|
paths.
|
|
prefetching their results.
Thanks Loïc for the suggested improvements and Tim for the review.
|
|
relations.
|
|
|
|
|
|
objects.
PostgreSQL support only.
Thanks Vladislav Manchev and alesasnouski for working on the patch.
|
|
|
|
|
|
Unused since 67235fd4ef1b006fc9cdb2fa20e7bb93b0edff4b.
|
|
|
|
|
|
|
|
|
|
This is a security fix.
|