mirror of
https://github.com/django/django.git
synced 2025-01-27 02:29:55 +00:00
5b27e6f64b
A test compared list directly against a range(). This is py3 incompatible. Fixed by using list(range()).