Ticket #11748: 11748.1.diff
File 11748.1.diff, 675 bytes (added by , 15 years ago) |
---|
-
docs/ref/contrib/admin/index.txt
565 565 somebody submits a search query in that text box. 566 566 567 567 These fields should be some kind of text field, such as ``CharField`` or 568 ``TextField``. You can also perform a related lookup on a ``ForeignKey`` with569 the lookup API "follow" notation::568 ``TextField``. You can also perform a related lookup on a ``ForeignKey`` or 569 ``ManyToManyField`` with the lookup API "follow" notation:: 570 570 571 571 search_fields = ['foreign_key__related_fieldname'] 572 572