django/tests
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
..
modeltests Fixed #19688 -- Allow model subclassing with a custom metaclass using six.with_metaclass 2013-02-24 17:32:34 +01:00
regressiontests Fixed a test that was failing in Python 3. 2013-02-24 13:47:14 -08:00
templates Fixed #18807 -- Made 404.html and 500.html optional 2012-09-30 23:16:19 +02:00
.coveragerc
runtests.py Fixed a few ResourceWarnings. 2013-02-24 13:11:19 +01:00
test_sqlite.py
urls.py