mirror of https://github.com/django/django.git
5b27e6f64b
A test compared list directly against a range(). This is py3 incompatible. Fixed by using list(range()). |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
tests.py |