mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
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.
This commit is contained in:
@@ -1160,7 +1160,7 @@ class ModelFormsetTest(TestCase):
|
||||
'maxlength="100"></p>',
|
||||
)
|
||||
|
||||
# Custom primary keys with ForeignKey, OneToOneField and AutoField ############
|
||||
# Custom primary keys with ForeignKey, OneToOneField and AutoField.
|
||||
|
||||
place = Place.objects.create(pk=1, name="Giordanos", city="Chicago")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user