Ticket #9061: formsets.py.diff

File formsets.py.diff, 202 bytes (added by oban, 13 years ago)

updated patch for 1.3.1

Line 
1248a249,250
2> if not DELETION_FIELD_NAME in form.fields:
3> return False
4308c310
5< if self.can_delete:
6---
7> if self.can_delete and index < self.initial_form_count():
Back to Top