| Age | Commit message (Collapse) | Author |
|
reordering.
|
|
reflect changes in tutorial 5.
|
|
|
|
|
|
|
|
Thanks Sonu kumar for the report and Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
empty string.
|
|
|
|
* 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.
|
|
|
|
|
|
objects.
PostgreSQL support only.
Thanks Vladislav Manchev and alesasnouski for working on the patch.
|
|
|
|
|
|
|
|
|
|
|
|
This is a security fix.
|
|
This is a security fix.
|
|
|
|
|
|
Thanks Florian Apolloner and Shai Berger for review.
|
|
|
|
behave.
This partially reverts commit bc7d201bdbaeac14a49f51a9ef292d6312b4c45e.
Thanks Tim for the review.
Refs #25858.
|
|
As suggested by Tim Graham
|
|
Security & data loss fixes are applied to the two last feature releases,
not just one.
Thanks Loic Bistuer for review
|
|
|
|
|
|
This should prevent managers methods from returning content type instances
registered to foreign apps now that these managers are also attached to models
created during migration phases.
Thanks Tim for the review.
Refs #23822.
|
|
|
|
|