Marked up the last line as preformatted text.

This commit is contained in:
Shuuji TAKAHASHI 2014-09-30 02:31:48 +09:00
parent aa28abd517
commit 025d3a03d6

View File

@ -46,4 +46,6 @@ Next, start a text search using :attr:`QuerySet.search_text` method::
Ordering by text score
======================
::
objects = News.objects.search('mongo').order_by('$text_score')