On Sun, Jun 14, 2009 at 12:08 AM, Thomas Sutton <thsut...@gmail.com> wrote:
> > Hi Jashugan, > > On 13/06/2009, at 12:28 AM, Jashugan wrote: > > > > > On Jun 11, 8:49 pm, "thsut...@gmail.com" <thsut...@gmail.com> wrote: > > > >> > >> This has been trivial in every other framework I've used and I'm sure > >> it is in Django as well, but I'm completely stumped. Is there any way > >> to do this which doesn't require that I write custom code for every > >> form and/or checkbox in my project? > > > > You may be able to write a custom filter that takes in a field, and > > returns the type of field it is (see > > > http://docs.djangoproject.com/en/dev/howto/custom-template-tags/#writing-custom-template-filters > ) > > . > > Then in your code you do something like: > > > > {% ifequal field|field_type 'checkbox' %} > > ... > > {% endifequal %} > > That's what I thought, but isn't `field` still an instance of > BoundField? And it still doesn't contain anything that lets me > determine the type of the original field (other than looking at the > generated HTML and taking a guess)? > > Cheers, > > Thomas Sutton > > > > field is a BoundField but field.field is the orignal field object 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 users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---