| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
PermissionDenied.
|
|
|
|
|
|
Thanks Karan Lyons for contributing to the patch.
|
|
|
|
|
|
|
|
|
|
HTTP_ACCEPT_LANGUAGE header.
|
|
|
|
I am no English professor, but "inheriting its related model" should not contain an apostrophe.
For reference, see http://theoatmeal.com/comics/apostrophe
|
|
reordering.
|
|
reflect changes in tutorial 5.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|