mirror of
https://github.com/django/django.git
synced 2025-02-24 09:04:48 +00:00
Refs #26572, #17281. The RFC doesn't limit total length, just the line length which is already taken care of by Python itself. Thanks Tim Graham for the review.