| Age | Commit message (Collapse) | Author |
|
serialization
|
|
Thanks Tim Graham for completing the initial patch.
|
|
|
|
|
|
|
|
GenericForeignKey targets.
|
|
Thanks Maxime Lorant for the report and Anssi for the suggestion.
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
client.
|
|
Thanks Anders Roos for the report.
|
|
|
|
|
|
|
|
|
|
The test sometimes fails on CI and isn't worth debugging at this time.
|
|
|
|
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.
|
|
|
|
the 404.
For example, this avoids a warning in the case of a request that's
redirected to a language-prefixed URL by LocaleMiddleware.
|
|
|
|
|
|
specifier to dateformat.format().
|
|
KeyError.
|
|
|
|
changelist.
|