I'm having a problem with changeset 4676, that breaks some of my
forms.
These are oldforms, since I haven't had the time to update the whole
site to newforms.
For a related inline editable field i used something like:
{{ form.modelname.0.fieldname }}
but since changeset 4676 [1] this doesn't work anymore, the widget is
not displayed due to the template lookup failing silently in the
template. The field is available in the form and has the right name.
I don't know if this is a bug or if i never used the correct syntax
for these fields and it just worked.
What would be the correct syntax for displaying inline editable
fields?cheers, Sean [1] http://code.djangoproject.com/changeset/4676 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

