| Age | Commit message (Collapse) | Author |
|
When `NotUpdated` was added in ab148c02cedbac492f29930dcd5346e1af052635,
these additional tests that have equivalents for the `DoesNotExist` and
`MultipleObjectsReturned` exceptions were missed.
|
|
|
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
abstract models.
|
|
Regression in bf7b17d16d3978b2e1cee4a0f7ce8840bd1a8dc4 refs #36075.
Thanks Sage Abdullah for the report and tests.
|
|
https://github.com/psf/black/releases/tag/24.1.0
|
|
inherited from different paths.
Co-authored-by: Simon Charette <charette.s@gmail.com>
|
|
ancestor with primary key that has a default.
Co-authored-by: Simon Charette <charette.s@gmail.com>
|
|
inherited m2m fields.
|
|
assertQuerySetEqual().
Co-Authored-By: Michael Howitz <mh@gocept.com>
|
|
where appropriate.
Follow up to 3f7b3275627385f8f7531fca01cdda50d4ec6b6e.
|
|
|
|
|
|
appropriate.
|
|
|
|
Field.contribute_to_class().
Co-authored-by: Jarek Glowacki <jarekwg@gmail.com>
|
|
|
|
|
|
|
|
Follow up to 6461583b6cc257d25880ef9a9fd7e2125ac53ce1.
|
|
|
|
check error.
Added minimal multiple inheritance test case showing error.
Removed obsolete diamond-inheritance case, originally added in
85ef98dc6ec565b1add417bd76808664e7318026.
|
|
|
|
|
|
|
|
contribute_to_class() to type.__new__().
|
|
|
|
|
|
|
|
Thanks Tim for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
|
|
assertSequenceEqual().
|
|
|
|
Fields inherited from abstract base classes may be overridden like
any other Python attribute. Inheriting from multiple models/classes
with the same attribute name will follow the MRO.
|
|
|
|
explicit parent links.
Thanks Trac alias trkjgrdg for the report and Tim for investigation and review.
|
|
|
|
|
|
|
|
|