annotate gpp/templates/search/indexes/news/story_text.txt @ 562:98b373ca09f3

For bitbucket issue #3, ensure that changes to Profile, Post & Topic models via the admin cause the search index to be updated.
author Brian Neal <bgneal@gmail.com>
date Wed, 08 Feb 2012 18:58:57 -0600
parents 26ee684c2033
children
rev   line source
bgneal@219 1 {{ object.title }}
bgneal@219 2 {{ object.submitter.username }}
bgneal@219 3 {{ object.submitter.get_full_name }}
bgneal@219 4 {{ object.short_text }}
bgneal@219 5 {{ object.long_text }}
bgneal@219 6 {{ object.tags }}