| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
related set.
|
|
|
|
Thanks Stavros Korokithakis for the report and Tim Graham for the
review.
|
|
|
|
|
|
Thanks Gwildor Sok for the report and Tim Graham for the review.
|
|
The method duplicates the functionality of Field.value_from_object()
and has the additional downside of being a privately named public
API method.
|
|
|
|
|
|
|
|
|