Re: Formsets and auto_id's

2013-02-07 Thread David
I've kinda managed to achieve what I want but I can't help but think it's a bit of a fudge: Especially this part: form.id.html_name -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from

Formsets and auto_id's

2013-02-07 Thread David
Hi I have a formset. Each form will only contain a checkbox. This checkbox needs to indicate which PK the form applies to. The idea is that a user can scroll through this formset. Check which records they wish to delete and then remove them through a delete view. auto_id's always seem to show