| Age | Commit message (Collapse) | Author |
|
ModelAdmin.date_hierarchy.
|
|
Co-authored-by: Alex Garcia <me@alexoteiza.com>
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
Co-authored-by: Nina Menezes <https://github.com/nmenezes0>
|
|
related_name in ModelAdmin.filter_horizontal/vertical.
Thanks Thomas Feldmann for the report.
Regression in 107865780aa44914e21d27fdf4ca269bc61c7f01.
|
|
proxy models.
Follow up to 0e8be73812a6e62d5a6b12a585d133b56bc2bf52.
|
|
tables in ModelAdmin.filter_horizontal/vertical.
|
|
ModelAdmin.list_display.
|
|
ModelAdmin.list_display.
|
|
|
|
|
|
In these cases Black produces unexpected results, e.g.
def make_random_password(
self,
length=10,
allowed_chars='abcdefghjkmnpqrstuvwxyz' 'ABCDEFGHJKLMNPQRSTUVWXYZ' '23456789',
):
or
cursor.execute("""
SELECT ...
""",
[table name],
)
|
|
proxy models.
|
|
Field.attname.
|
|
|
|
Refs #25134, #32099.
|
|
actions' __name__.
Thanks Keshav Kumar for the initial patch.
|
|
accessible only via instance.
Co-Authored-By: Andrew Simons <andrewsimons@bubblegroup.com>
|
|
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
|
|
|
|
|
|
ModelAdmin.ordering.
|
|
|
|
|
|
|
|
ModelAdmin.autocomplete_fields.
|
|
ManyToManyField in the admin.
Thanks Florian Apolloner and Tim Graham for review and
contributing to the patch.
|
|
|
|
'pk'.
|
|
|
|
|
|
get_list_display() is overridden.
|
|
|