| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They are obsolete given the prevalence of pip.
|
|
|
|
|
|
|
|
|
|
non-ASCII characters.
|
|
|
|
|
|
|
|
|
|
|
|
Unused since e12b3199d0c01694ca6b09add5e0f27cadffc8ad.
|
|
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.
|
|
User.last_login isn't a field.
|
|
|
|
|
|
|
|
|
|
|