Re: Feature request: get_form

2009-01-11 Thread issya
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

Re: Feature request: get_form

2009-01-11 Thread Alex Gaynor
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

Re: Feature request: get_form

2009-01-11 Thread Malcolm Tredinnick
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

Feature request: get_form

2009-01-11 Thread issya
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. --~--~-