mirror of
https://github.com/django/django.git
synced 2025-11-22 12:14:45 +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:
parent
55b0cc2131
commit
69a93a88ed
378 changed files with 2781 additions and 1861 deletions
|
|
@ -188,7 +188,8 @@ class JsonSerializerTestCase(SerializersTestBase, TestCase):
|
|||
def test_helpful_error_message_for_many2many_natural1(self):
|
||||
"""
|
||||
Invalid many-to-many keys should throw a helpful error message.
|
||||
This tests the code path where one of a list of natural keys is invalid.
|
||||
This tests the code path where one of a list of natural keys is
|
||||
invalid.
|
||||
"""
|
||||
test_string = """[{
|
||||
"pk": 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue