Changes between Initial Version and Version 1 of Ticket #34339, comment 1
- Timestamp:
- Feb 15, 2023, 7:02:31 AM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34339, comment 1
initial v1 6 6 > }}} 7 7 8 In such cases, you can always use the `__exact` lookup , e.g.8 In such cases, you can always use the `__exact` lookup (as [https://docs.djangoproject.com/en/stable/ref/contrib/admin/#django.contrib.admin.ModelAdmin.search_fields documented]), e.g. 9 9 {{{#!python 10 10 class MyAdmin(admin.ModelAdmin):