Changes between Initial Version and Version 1 of Ticket #34339, comment 1


Ignore:
Timestamp:
Feb 15, 2023, 7:02:31 AM (19 months ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34339, comment 1

    initial v1  
    66> }}}
    77
    8 In such cases, you can always use the `__exact` lookup, e.g.
     8In 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.
    99{{{#!python
    1010class MyAdmin(admin.ModelAdmin):
Back to Top