| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
NullBooleanField.
|
|
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
|
values_list() querysets with union(), difference(), or intersection().
Regression in 7316720603821ebb64dfe8fa592ba6edcef5f3e.
|
|
Thanks Tim Graham for the review.
|
|
|
|
non-UUID where one is expected.
|
|
Thanks Tim Graham and Mads Jensen for reviews.
|
|
custom classes.
|
|
CheckboxSelectMultiple with MultiWidget.
|
|
base classes.
|
|
|
|
|
|
|
|
The Subquery class which Exists inherits from defaulted to using single-valued
querie's field if no output_field was explicitly specified on initialization
which was bypassing the Exists.output_field defined at the class level.
Moving Subquery's dynamic output_field resolution to _resolve_output_field
should make sure the fallback logic is only performed if required.
Regression in 08654a99bbdd09049d682ae57cc94241534b29f0.
Thanks Oli Warner for the detailed report.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
django.utils.text.Truncator.
Thanks James Davis for suggesting the fix.
|
|
urlizetrunc template filters.
Thanks Florian Apolloner for assisting with the patch.
|
|
|
|
|
|
use translations from the generic language variant.
|
|
|
|
username isn't a string.
|
|
|
|
|
|
Forward port of 2126e9317e80a7d4c42e033dd33d7e3378fdfcf8 from stable/2.0.x.
|
|
Thanks Matthew Pava for the report and Tim Graham and Carlton Gibson for
reviews.
Regression in 19b2dfd1bfe7fd716dd3d8bfa5f972070d83b42f.
|
|
|
|
|
|
|
|
They are obsolete given the prevalence of pip.
|
|
|
|
|
|
|
|
|
|
Otherwise in Firefox, the <html> and <body> elements take just as much height
is needed for the content and so the image doesn't appear at the bottom of the
window.
|
|
|
|
|
|
|
|
|