django/tests/regressiontests/utils
Aymeric Augustin ab6cd1c839 [py3] Updated dict-like data structures for Python 3.
The keys/items/values methods return iterators in Python 3, and the
iterkeys/items/values methods don't exist in Python 3. The behavior
under Python 2 is unchanged.
2012-07-25 22:58:48 +02:00
..
archives
eggs
test_module
__init__.py
archive.py Fixed #17042 -- Extended startproject and startapp management commands to better handle custom app and project templates. Many thanks to Preston Holmes for his initial patch and Alex Gaynor, Carl Meyer, Donald Stufft, Jacob Kaplan-Moss and Julien Phalip for code reviewing. 2011-12-22 22:38:02 +00:00
baseconv.py
checksums.py
crypto.py Fixed #17481. pbkdf2 hashes no longer ommit leading zeros. 2012-02-02 04:44:17 +00:00
datastructures.py
dateformat.py
datetime_safe.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
decorators.py
feedgenerator.py
functional.py
html.py Removed u prefixes on unicode strings. 2012-07-20 12:29:22 +02:00
http.py
ipv6.py
jslex.py
models.py
module_loading.py
regex_helper.py
simplelazyobject.py
termcolors.py
test_no_submodule.py Fixed #15525 -- Custom template tags loading breaks whenever templatetags is a python file 2011-08-28 02:37:16 +00:00
tests.py
text.py
timesince.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
timezone.py
tzinfo.py