| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
non-ASCII characters.
|
|
|
|
|
|
|
|
|
|
Unused since e12b3199d0c01694ca6b09add5e0f27cadffc8ad.
|
|
User.last_login isn't a field.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AttributeError raised by QuerySet filtering.
|
|
|
|
|
|
use_required_attribute arguments conflict.
|
|
an invalid host.
|
|
|
|
Unused since aab3a418ac9293bb4abd7670f65d930cb0426d58.
|
|
|
|
cl.queryset is already filtered by the current selections.
|
|
|
|
Thanks João Paulo Melo de Sampaio for the test.
|
|
_connector='AND' since it's a default value.
|
|
arguments.
|
|
|
|
|
|
|