mirror of
https://github.com/django/django.git
synced 2025-01-27 10:39:40 +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.