I was suggesting you stick them on as an extra attribute. Don't put them into the description. So create an Article as normal and then use
article.my_extra_stuff = whatever
And my_extra_stuff should then be available in the populate method when you need it.
|