On Sun, Jan 11, 2009 at 3:06 PM, issya <[email protected]> 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 be able to do the same
> thing with a form.
> >
>

This doesn't really make sense in terms of the implementation, you can do
get_model() because their is a registry of all models that exist, but there
is no analog for this for forms.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to