1
0
mirror of https://github.com/django/django.git synced 2025-01-19 14:52:54 +00:00
Julien Phalip ae2a8bb456 Fixed a test that was failing in Python 3.
The issue was that as of Python 3, the generators' `next()`
method becomes `__next()`. Thanks Alex Gaynor for noticing that.
Refs #19890.
2013-02-24 13:47:14 -08:00
..
2013-02-24 13:11:19 +01:00