[Answer]-Django :keyword can't be an expression 12 December 2023 by thecoderscamp.com 1 Use the startswith lookup: list(product_details.objects.filter(p_id__startswith=pid + '_').values()) catavaran [Answer]-Django admin: Adding a textarea and a button that invokes a function Source:stackexchange.com