| Age | Commit message (Collapse) | Author |
|
Refs #26341.
|
|
Thanks Sylvain Garancher for the report and Veranika Sabiashchanskaya for the
initial patch.
|
|
deferred instance loading.
|
|
|
|
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.
|
|
|
|
Unused since afe0bb7b13bb8dc4370f32225238012c873b0ee3.
|
|
|
|
client.
|
|
Thanks Anders Roos for the report.
|
|
|
|
|
|
|
|
Unused since afe0bb7b13bb8dc4370f32225238012c873b0ee3.
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
|
|
set.
|
|
Thanks NotSqrt for the excellent report and Tim Graham for the review.
|
|
Thanks adamchainz for the report and review.
|
|
Thanks Sergey Fedoseev for the report.
|
|
Thanks Fabien Schwob for the initial patch.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
Unused since ae7cb577ddbea48aaed26cbbf69c77078a99e221.
|
|
Thanks Cristiano Coelho and Tim Graham for the reviews.
|