| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
The test sometimes fails on CI and isn't worth debugging at this time.
|
|
Unused since afe0bb7b13bb8dc4370f32225238012c873b0ee3.
|
|
|
|
Thanks for Simon Willison for the spot.
|
|
|
|
argument.
Unused since its introduction in dc334a2ba8dbf5134d65c97fea2785c3b2294ef5.
|
|
|
|
Adds a reasonably feature complete implementation of full text search
using the built in PostgreSQL engine. It uses public APIs from
Expression and Lookup.
With thanks to Tim Graham, Simon Charettes, Josh Smeaton, Mikey Ariel
and many others for their advice and review. Particular thanks also go
to the supporters of the contrib.postgres kickstarter.
|
|
Thanks Tim Graham for the review.
|
|
|
|
form/model fields.
|
|
fields.
|
|
|
|
|