| Age | Commit message (Collapse) | Author |
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
order_with_respect_to.
|
|
https://github.com/psf/black/releases/tag/24.1.0
|
|
assertQuerySetEqual().
Co-Authored-By: Michael Howitz <mh@gocept.com>
|
|
|
|
|
|
deleting objects.
Thanks Simon Meers for the original patch.
|
|
|
|
|
|
Python docs say, "it's usually not necessary to invoke these methods directly."
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
Thanks to Tim for the review.
|
|
|
|
order_with_respect_to referencing OneToOneField pk.
Forwardport of 6d9f061b07ce7aa1a9da6799b3104971ee73998b from stable/1.8.x
The issue was fixed by 7bec480fe2ace94c8e7f0c88485442bfa74436b4.
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
|
|
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
|