django/tests/utils_tests
Marc Tamlyn 829dc3c5a6 Fixed #20094 - Be more careful when checking for Iterator
Python 2.6 has some different behaviour when checking
isinstance(foo, collections.Iterator).
2013-03-22 17:31:29 +01:00
..
archives
eggs
test_module
__init__.py
archive.py
baseconv.py
checksums.py
crypto.py
datastructures.py
dateformat.py
dateparse.py
datetime_safe.py
decorators.py Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
encoding.py
feedgenerator.py
functional.py
html.py
http.py
ipv6.py
itercompat.py Fixed #20094 - Be more careful when checking for Iterator 2013-03-22 17:31:29 +01:00
jslex.py
models.py Fixed #20094 - Be more careful when checking for Iterator 2013-03-22 17:31:29 +01:00
module_loading.py Fixed minor warnings in tests. 2013-03-06 01:13:36 +07:00
numberformat.py
os_utils.py
regex_helper.py
simplelazyobject.py Fixed #19456 -- Avoid infinite recursion when tracing LazyObject.__init__. 2013-03-18 11:22:43 +01:00
termcolors.py
test_no_submodule.py
tests.py Fixed #20094 - Be more careful when checking for Iterator 2013-03-22 17:31:29 +01:00
text.py
timesince.py
timezone.py
tzinfo.py