| Age | Commit message (Collapse) | Author |
|
help_texts.
|
|
SchemaEditor.quote_value().
|
|
|
|
The only known usage is in the unmaintained django-pymssql project.
|
|
|
|
non-UUID where one is expected.
|
|
|
|
Thanks Tim Graham and Mads Jensen for reviews.
|
|
custom classes.
|
|
Oracle.
Test introduced in feb683c4c2c5ecfb61e4cb490c3e357450c0c0e8 revealed
unexpected behavior on Oracle that allows concatenating NULL with string.
|
|
CheckboxSelectMultiple with MultiWidget.
|
|
|
|
lookups.
Thanks Tim Graham and Sergey Fedoseev for reviews.
|
|
Oracle.
Thanks Shane Allgeier for the report and Tim Graham for the review.
|
|
|
|
multi-table inheritance.
|
|
|
|
limiting introspected tables.
|
|
|
|
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.
|
|
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().
|
|
|
|
|
|
|
|
Thanks Matthew Pava for the report and Tim Graham and Carlton Gibson for
reviews.
Regression in 19b2dfd1bfe7fd716dd3d8bfa5f972070d83b42f.
|
|
|
|
|
|
|
|
|
|
|
|
non-ASCII characters.
|
|
|
|
|
|
|
|
|
|
User.last_login isn't a field.
|
|
|