| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
limiting introspected tables.
|
|
|
|
|
|
|
|
The same value is inherited from File.
|
|
|
|
readded.
Regression in a38ae914d89809aed6d79337b74a8b31b6d3849a.
|
|
|
|
|
|
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.
|
|
|
|
the path.
|
|
|
|
Follow up to 841a87785a78cc37362a66856025bae2f7ba633c.
|
|
key generation.
|
|
|
|
|
|
use translations from the generic language variant.
|
|
|
|
options.
|
|
username isn't a string.
|
|
When __len__() is called (e.g. when casting to list or tuple), the
QuerySet is evaluated and the result cache populated. iterator()
shouldn't be called on the QuerySet after that, as it would reset the
result cache and trigger a second query.
|
|
manager.
Removing all() in __iter__() prevents a duplicate query when choices are
cast to a list and there's a prefetch_related().
|
|
|
|
Regression in 5cc28dc752c3ae78456bb835c3ba195489fc26d7.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|