| Age | Commit message (Collapse) | Author |
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
Manually reformatted some long docstrings and comments that would be
damaged by the to-be-applied autofixer script, in cases where editorial
judgment seemed necessary for style or wording changes.
|
|
|
|
pagination.
|
|
test_paginating_unordered_queryset_raises_warning_async() test on byte-compiled Django.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also replaces assertQuerysetEqual() to
assertSequenceEqual()/assertCountEqual() where appropriate.
Co-authored-by: Peter Inglesby <peter.inglesby@gmail.com>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unused since 4406d283e13819b04556df21044089b7d119edb0.
|
|
AttributeError.
|
|
|
|
Thanks carltongibson for the idea and weijunji for the initial patch.
|
|
|
|
|
|
|
|
Moved boilerplate from docs to a method.
|
|
|
|
evaluating a QuerySet.
|
|
warnings.
Refs #26290.
Thanks Tim for the review.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
inconsistent results.
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 6508db2ff9fc5be95fec903b3fa7ab8204fe316a.
Refs #23088.
|
|
|
|
Thanks Piotr Kasprzyk for help with the patch.
|
|
|
|
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
Refs #20680.
|
|
Thanks Joshua Fialkoff for the report.
|
|
|