| Age | Commit message (Collapse) | Author |
|
|
|
Regression in 2162f0983de0dfe2178531638ce7ea56f54dd4e7.
|
|
|
|
|
|
|
|
|
|
accept the obj argument.
* Refs #27991 -- Added testing for ModelAdmin.get_inline_instances() if the inline's has_add_permission() doesn't accept 'obj'.
* Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argument.
|
|
values_list() after combining querysets with extra() with union(), difference(), or intersection().
Regression in 0b66c3b442875627fa6daef4ac1e90900d74290b.
|
|
Unused since 4406d283e13819b04556df21044089b7d119edb0.
|
|
|
|
|
|
equals sign.
|
|
|
|
|
|
|
|
model if through_fields differs.
|
|
It never worked and was never used.
|
|
|
|
|
|
|
|
dots.
Thanks Sudhanshu Mishra for the initial patch and Tim Graham for the review.
|
|
treating data={} as unbound.
|
|
FilePathField with os.scandir().
|
|
TEMPLATES setting.
|
|
|
|
|
|
has an extra field.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
has_change_permission().
|
|
an exception.
|
|
delete_many() for the db cache backend.
|
|
|
|
exception.
|
|
permission.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
types.
|
|
|
|
GenericRelation is declared on an abstract base model.
Regression in 4ab027b94409e6415b774797bf9d3593da9d9ea8.
Thanks Lauri Kainulainen for the report.
|
|
add permission to a TabularInline.
Regression in 825f0beda804e48e9197fcf3b0d909f9f548aa47.
|