Ticket #7284: 7284.2.diff
File 7284.2.diff, 589 bytes (added by , 14 years ago) |
---|
-
docs/ref/contrib/admin/index.txt
600 600 601 601 search_fields = ['foreign_key__related_fieldname'] 602 602 603 For example:: 604 605 search_fields = ['user__email'] 606 603 607 When somebody does a search in the admin search box, Django splits the search 604 608 query into words and returns all objects that contain each of the words, case 605 609 insensitive, where each word must be in at least one of ``search_fields``. For