| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
LRU culling turns every read into a kind of write to the cache: cache keys
are moved to the first position in the OrderedDict when they are retrieved.
The RWLock which permitted multiple readers while prioritizing a single
writer is obsolete since all accesses are now writes.
|
|
|
|
|
|
|
|
lowercase.
|
|
|
|
|
|
|
|
contrib.auth.
Also fixed #28608 -- Allowed UserCreationForm and UserChangeForm to
work with custom user models.
Thanks Sagar Chalise and Rômulo Collopy for reports, and Tim Graham
and Tim Martin for reviews.
|
|
cookie.
The plan is to later deprecate/remove storing the language in the session.
|
|
|
|
|
|
Thanks Andrey Martyanov for the reporti, and Tim Graham for the review.
|
|
|
|
migrations.
|
|
|
|
only letters.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Hynek Cernoch for the report and review.
|
|
|
|
|
|
|
|
examples.
|
|
|
|
template variable.
|
|
Thanks Tom Aratyn for the report.
|
|
authenticate().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to have request as the first positional argument.
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
top-level attributes of CACHES['OPTIONS'].
Per deprecation timeline.
|
|
contrib.auth.views.logout_then_login().
Per deprecation timeline.
|
|
views.
Per deprecation timeline.
|
|
Thanks Adam Johnson, Carl Meyer, Anssi Kääriäinen, Mariusz Felisiak,
Michael Manfre, and Tim Graham for discussion and review.
|
|
Thanks Aymeric Augustin for shepherding the DEP and patch review.
Thanks Marten Kenbeek and Tim Graham for contributing to the code.
Thanks Tom Christie, Shai Berger, and Tim Graham for the docs.
|