Re: Feature request: get_form

2009-01-11 Thread issya
t_comments %} to point to a model and return the 5 latest comments. I guess this would be something for the users mailing list now. I just thought it would be neat if Django automatically did this. On Jan 11, 4:32 pm, Malcolm Tredinnick wrote: > On Sun, 2009-01-11 at 13:06 -0800, issya wrote: &g

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. --~--~-