Ned wrote:
> ==Template==
> {% for status in form.status %}
> <tr>
>       <td class="data">
>               {{ status.date }}{% if status.date.errors %}<span 
> class="error">{{
> status.date.errors|join:", " }}</span>{% endif %}
>       </td>

Somewhere in the first <td> include {{ status.id }}. It's a hidden field 
that actually differentiates existing rows from new ones.

--~--~---------~--~----~------------~-------~--~----~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to