From 55b0cc21310b76ce4018dd793ba50556eaf0af06 Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Tue, 22 Jul 2025 20:40:48 -0700 Subject: Refs #36500 -- Shortened some long docstrings and comments. Manually reformatted some long docstrings and comments that would be damaged by the to-be-applied autofixer script, in cases where editorial judgment seemed necessary for style or wording changes. --- tests/model_forms/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/model_forms') diff --git a/tests/model_forms/tests.py b/tests/model_forms/tests.py index e96a897f4a..e7bdd1ac89 100644 --- a/tests/model_forms/tests.py +++ b/tests/model_forms/tests.py @@ -3067,7 +3067,7 @@ class OtherModelFormTests(TestCase): '', ) - # to_field_name should also work on ModelMultipleChoiceField ################## + # to_field_name should also work on ModelMultipleChoiceField. field = forms.ModelMultipleChoiceField( Inventory.objects.all(), to_field_name="barcode" -- cgit v1.3