mirror of
https://github.com/django/django.git
synced 2025-02-04 22:47:53 +00:00
c3e1086949
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.