mirror of
https://github.com/django/django.git
synced 2025-10-30 00:56:09 +00:00
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
Rewrapped long docstrings and block comments to 79 characters + newline using script from https://github.com/medmunds/autofix-w505.
This commit is contained in:
@@ -407,7 +407,8 @@ class BaseCustomDeleteFormSet(BaseFormSet):
|
||||
A formset mix-in that lets a form decide if it's to be deleted.
|
||||
Works for BaseFormSets. Also works for ModelFormSets with #14099 fixed.
|
||||
|
||||
form.should_delete() is called. The formset delete field is also suppressed.
|
||||
form.should_delete() is called. The formset delete field is also
|
||||
suppressed.
|
||||
"""
|
||||
|
||||
def add_fields(self, form, index):
|
||||
|
||||
Reference in New Issue
Block a user