| Age | Commit message (Collapse) | Author |
|
deserialization when PK is also a FK.
Backport of 8e90560aa8868a42bb8eda6273595bf0932a6090 from master
|
|
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
|
|
Co-authored-by: Chason Chaffin <chason@gmail.com>
|
|
Follow up to e29637681be07606674cdccb47d1e53acb930f5b.
|
|
|
|
|
|
|
|
Since #26291 forward references in natural keys are properly handled by
loaddata, so sorting depenencies in dumpdata doesn't need to break on
cycles. This patch allows circular references in natural keys by
breaking sort_depenencies() on loops.
|
|
|
|
and value isn't iterable.
|
|
|
|
|
|
Dicts preserve order since Python 3.6.
|
|
default value.
Co-Authored-By: Hasan Ramezani <hasan.r67@gmail.com>
|
|
|
|
|
|
fixtures.
|
|
In preparation for handling forward references (refs #26291).
|
|
Thanks João Paulo Melo de Sampaio for the test.
|
|
|
|
Follow up to acc8dd4142ec81def9a73507120c0262ba6b1264.
|
|
|
|
|
|
ordered attributes.
|
|
Model.pk was added after _get_pk_val() and many places weren't simplified.
|
|
|
|
cpython's json version is 2.0.9 so this line is never used.
|
|
Python 2
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
multi-table inheritance models."
This reverts commit 74a575eb7296fb04e1fc2bd4e3f68dee3c66ee0a as it causes
unexpected migrations and doesn't seem to be the best solution.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
|
|
|
|
The smart_* version should only be used when a lazy string should keep
its lazy status.
|
|
|
|
|
|
|
|
|
|
|
|
deferred instance loading.
|