| Age | Commit message (Collapse) | Author |
|
|
|
GenericForeignKey targets.
|
|
Thanks Maxime Lorant for the report and Anssi for the suggestion.
|
|
It's no longer necessary for GenericForeignKey (and any other virtual fields)
to intercept the field's values using the pre_init signal.
|
|
|
|
|
|
|
|
|
|
|
|
(deprecated) method.
|
|
|
|
Thanks Burhan Khalid for the initial patch and knbk/timgraham
for review.
|
|
the Storage.
|
|
|
|
Refs #18149.
|
|
Refs #26341.
|
|
Thanks Sylvain Garancher for the report and Veranika Sabiashchanskaya for the
initial patch.
|
|
Refs #17375.
|
|
deferred instance loading.
|
|
variables.
|
|
|
|
|
|
|
|
GenericIPAddressField.
|
|
Thanks iktyrrell for the patch.
|
|
|
|
RendererMixin will soon be removed but this removal and the corresponding
test changes stand on their own.
|
|
Thanks Collin for the report.
|
|
|
|
|
|
|
|
Thanks Tim for the suggestion.
|
|
|
|
Thanks Ankush Thakur for the report and Simon for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline formsets.
|
|
|
|
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.
|
|
|
|
Unused since afe0bb7b13bb8dc4370f32225238012c873b0ee3.
|
|
|
|
client.
|
|
Thanks Anders Roos for the report.
|
|
|
|
|