This commit is contained in:
Jeffrey Hearn 2014-05-08 21:01:47 -04:00
parent bb28928160
commit e6df0ef01f

View file

@ -221,7 +221,6 @@ This is just one possible way of creating a taxonomy for Wagtail objects. With a
Using or subclassing the site model?
Extending indexed_fields and making models search-friendly
Wagtail Admin API
@ -319,6 +318,19 @@ Template Filters
...
{{ body|richtext }}
Search
~~~~~~
Extending indexed_fields and making models search-friendly
Site
~~~~