Thanks for the replies. Couldn't there be any way to do this without
using a get_form function? I found a tutorial on James's blog (http://
www.b-list.org/weblog/2006/jun/07/django-tips-write-better-template-tags/)
and it uses something like {% get_latest comments.Comment 5 as
recent_comments %} t
On Sun, Jan 11, 2009 at 3:06 PM, issya wrote:
>
> Would it be possible to get a feature added that is like
> django.db.models.get_model? With the get_model function you can use it
> in a template tag and get a model out of it. I am sure you already
> know this though. :) But it would be great to
On Sun, 2009-01-11 at 13:06 -0800, issya wrote:
> Would it be possible to get a feature added that is like
> django.db.models.get_model? With the get_model function you can use it
> in a template tag and get a model out of it. I am sure you already
> know this though. :) But it would be great to b
Would it be possible to get a feature added that is like
django.db.models.get_model? With the get_model function you can use it
in a template tag and get a model out of it. I am sure you already
know this though. :) But it would be great to be able to do the same
thing with a form.
--~--~-