| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
ModelBackend.authenticate() when credentials aren't provided.
There's no need to fetch a user instance from the database unless
a username and a password are provided as credentials.
|
|
|
|
Thank you to Nick Pope for review.
Co-authored-by: CHI Cheng <cloudream@gmail.com>
|
|
|
|
|
|
|
|
|
|
and two @ signs.
|
|
|
|
|
|
|
|
Added to mirror the existing User.get_group_permissions().
|
|
|
|
Filters in annotations crashed when used with numerical-type
aggregations (i.e. Avg, StdDev, and Variance). This was caused as the
source expressions no not necessarily have an output_field (such as the
filter field), which lead to an AttributeError: 'WhereNode' object has
no attribute output_field.
Thanks to Chuan-Zheng Lee for the report.
Regression in c690afb873cac8035a3cb3be7c597a5ff0e4b261 and two following
commits.
|
|
|
|
|
|
c.f. https://oss-security.openwall.org/wiki/mailing-lists/oss-security#list-content-guidelines
|
|
migrations.
|
|
labels.
|
|
|
|
|
|
|
|
|
|
|
|
intermediate files.
|
|
|
|
rendering clickable link.
|
|
|
|
content types.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Thanks Simon Charette for the review.
|
|
|
|
|
|
parent object.
|
|
Thanks Simon Charette for the review.
|
|
|
|
|
|
|
|
|
|
auto-reloader when using StatReloader.
Previously we updated the file mtimes if the file has not been seen
before - i.e on the first iteration of the loop.
If the mtime has been changed we triggered the notify_file_changed()
method which in all cases except the translations will result in the
process being terminated. To be strictly correct we need to update the
mtime for either branch of the conditional.
Regression in 6754bffa2b2df15a741008aa611c1bb0e8dff22b.
|
|
custom signature.
Regression in c8720e7696ca41f3262d5369365cc1bd72a216ca.
|
|
|
|
|
|
used in Subquery.
|
|
using StatReloader.
Regression in c8720e7696ca41f3262d5369365cc1bd72a216ca.
|
|
Given doseq defaults to False it should avoid an unnecessary instance
check in most cases.
|
|
|
|
|
|
context values in PasswordResetView.
|