| Age | Commit message (Collapse) | Author |
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
|
|
many-to-many field that had a prefetch.
|
|
HttpResponse.text property.
Signed-off-by: SaJH <wogur981208@gmail.com>
|
|
|
|
when base querysets use select_related().
Regression in 19e0587ee596debf77540d6a08ccb6507e60b6a7.
Thanks Martin Svoboda for the report.
|
|
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.
https://github.com/psf/black/releases/tag/23.1.0
|
|
|
|
natural keys.
|
|
Most QuerySet methods are mapped onto the Manager and, in general,
it isn't necessary to call .all() on the manager.
|
|
|
|
|
|
|
|
added tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pointing to a MTI model.
Regression in b9f8635f58ad743995cad2081b3dc395e55761e5.
|
|
Thanks Tim Graham for the review.
|
|
functools.partial()/partialmethod().
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
related set.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Gwildor Sok for the report and Tim Graham for the review.
|
|
|
|
|
|
unserializable chars
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
Thanks to gfairchild for the report and Claude for the review.
|