django/tests
Claude Paroz 169b1a404c Replaced foo.next() by next(foo).
This new syntax for next() has been introduced in Python 2.6 and is
compatible with Python 3.
2012-05-10 20:15:49 +02:00
..
modeltests Replaced foo.next() by next(foo). 2012-05-10 20:15:49 +02:00
regressiontests Replaced foo.next() by next(foo). 2012-05-10 20:15:49 +02:00
templates
runtests.py Commented on a line that inadvertantly slipped in commit 865cd35c 2012-05-05 16:45:02 +02:00
test_sqlite.py
urls.py