Django
The web framework for perfectionists with deadlines.
Overview
Download
Documentation
News
Community
Code
About
♥ Donate
Code
GitHub Login
DjangoProject Login
Preferences
API
View Tickets
Reports
Timeline
Wiki
Search
Context Navigation
Back to Ticket #9061
Ticket #9061
: formsets.py.diff
File formsets.py.diff,
202 bytes
(added by
oban
,
6 years ago
)
updated patch for 1.3.1
Line
1
248a249,250
2
> if not DELETION_FIELD_NAME in form.fields:
3
> return False
4
308c310
5
< if self.can_delete:
6
---
7
> if self.can_delete and index < self.initial_form_count():
Download in other formats:
Original Format
Back to Top