| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
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.
|
|
fields.
|
|
|
|
|
|
KeyError.
|
|
changelist.
|
|
|
|
set.
|
|
|
|
Thanks adamchainz for the report and review.
|
|
permission cache.
|
|
|
|
Thanks Sergey Fedoseev for the report.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
- Update installer option for PATH installation
- Add link directly to pip install docu, ref get-pip.py
- Add note about installing Django to the virtualenv that was setup in the previous step
|
|
Thanks Cristiano Coelho and Tim Graham for the reviews.
|
|
|
|
The only reason why GenericForeignKey and GenericRelation are stored
separately inside _meta is that they need to be cloned for every model
subclass, but that's not true for any other virtual field. Actually,
it's only true for GenericRelation.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|