| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Refs #26572, #17281. The RFC doesn't limit total length, just the line length
which is already taken care of by Python itself.
Thanks Tim Graham for the review.
|
|
Didn't rename django.utils.feedgenerator.rfc2822_date()
as some external code may rely on it.
|
|
Refs #26536.
Thanks Sylvain Fankhauser for the very detailed report.
|
|
|
|
SplitDateTimeWidget.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Michael Bitzi for the reporti and Tim Graham for the review.
|
|
|
|
Thanks Tim Graham for the review.
|
|
UserModel.is_anonymous/is_authenticated methods.
|
|
|
|
Thanks Tim Graham for completing the initial patch.
|
|
|
|
|
|
|
|
Didn't touch comments where it wasn't obvious that the code adhered to
the newer standard.
|
|
|
|
It's no longer necessary for GenericForeignKey (and any other virtual fields)
to intercept the field's values using the pre_init signal.
|
|
|
|
|
|
Thanks Burhan Khalid for the initial patch and knbk/timgraham
for review.
|
|
the Storage.
|
|
Thanks Sylvain Garancher for the report and Veranika Sabiashchanskaya for the
initial patch.
|
|
deferred instance loading.
|
|
variables.
|
|
|
|
GenericIPAddressField.
|
|
Thanks iktyrrell for the patch.
|
|
|
|
|
|
|
|
Thanks Ankush Thakur for the report and Simon for the review.
|
|
|
|
|
|
|
|
|
|
The previous version of Argon2 uses encoded hashes of the form:
$argon2d$m=8,t=1,p=1$<salt>$<data>
The new version of Argon2 adds its version into the hash:
$argon2d$v=19$m=8,t=1,p=1$<salt>$<data>
This lets Django handle both version properly.
|
|
client.
|
|
Thanks Anders Roos for the report.
|
|
|
|
Unused since afe0bb7b13bb8dc4370f32225238012c873b0ee3.
|
|
|
|
Thanks for Simon Willison for the spot.
|