| Age | Commit message (Collapse) | Author |
|
* Added logging of 500 responses for instantiated responses.
* Added logging of all 4xx and 5xx responses.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
redirect_authenticated_user.
|
|
can't be translated.
|
|
|
|
|
|
|
|
Thanks Alex Gaynor for contributing to the patch.
|
|
|
|
|
|
|
|
|
|
|
|
doesn't use an enabled hasher.
Regression in aeb1389442d0f9669edf6660b747fd10693b63a7.
Reverted changes to is_password_usable() from
703c266682be39f7153498ad0d8031231f12ee79 and documentation changes from
92f48680dbd2e02f2b33f6ad0e35b7d337889fb2.
|
|
|
|
one-to-many and many-to-many relations.
|
|
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
|
base classes.
|
|
|
|
use translations from the generic language variant.
|
|
|
|
|
|
|
|
They are obsolete given the prevalence of pip.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|