| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
PathInfo values are ostensibly static over the lifetime of the object
for which they're requested, so the data can be memoized, quickly
amortising the cost over the process' duration.
|
|
appropriate.
|
|
Follow up to 187118203197801c6cb72dc8b06b714b23b6dd3d.
|
|
read-only JSONField values in admin.
|
|
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
|
|
|
|
|
|
deletions while protecting direct ones.
|
|
|
|
Reduced the number of queries required when performing cascade deletion
for a model referenced multiple time by another one by performing an
union of reference lookups.
|
|
instead of field names.
|
|
|
|
|
|
has an extra field.
|
|
has_delete_permission() for permissions checking.
|
|
|
|
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
|
|
|
Unused since e12b3199d0c01694ca6b09add5e0f27cadffc8ad.
|
|
continue statements.
|
|
models don't have a delete permission.
|
|
formatted with thousand separators.
|
|
|
|
Thanks Krzysztof Nazarewski for the initial patch.
|
|
|
|
|
|
Model.pk was added after _get_pk_val() and many places weren't simplified.
|
|
Thanks Tim Graham for the review.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
Unused since 8f30556329b64005d63b66859a74752a0b261315.
|
|
|
|
many forward refs.
Thanks Tim Graham for the regression test.
|
|
The smart_* version should only be used when a lazy string should keep
its lazy status.
|
|
display the id.
|
|
|
|
ModelAdmin.readonly_fields.
|
|
Thanks to Tim Graham for the review.
|