mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Proofed the 1.6 release notes
This commit is contained in:
parent
b00c6371af
commit
bb863faecd
8 changed files with 81 additions and 67 deletions
|
@ -1026,8 +1026,9 @@ subclass::
|
|||
Performs a full-text match. This is like the default search method but
|
||||
uses an index. Currently this is only available for MySQL.
|
||||
|
||||
If you need to customize search you can use :meth:`ModelAdmin.get_search_results` to provide additional or alternate
|
||||
search behaviour.
|
||||
If you need to customize search you can use
|
||||
:meth:`ModelAdmin.get_search_results` to provide additional or alternate
|
||||
search behavior.
|
||||
|
||||
Custom template options
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue