django/tests/regressiontests/utils
Claude Paroz 4a103086d5 Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Thanks Vinay Sajip for the support of his django3 branch and
Jannis Leidel for the review.
2012-06-07 18:08:47 +02:00
..
archives 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
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 Fixed SortedDict.__copy__() 2012-04-30 17:19:55 +03:00
dateformat.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
datetime_safe.py
decorators.py
feedgenerator.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
functional.py
html.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
http.py Use Python's changed comparisons, which makes this a bit more readable. 2012-02-16 01:10:21 +00:00
ipv6.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
jslex.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
models.py
module_loading.py
regex_helper.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
simplelazyobject.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
termcolors.py
test_no_submodule.py
tests.py Fixed #17492 -- Allow reversal of named backreferences. Thanks nate_b 2012-01-03 22:49:13 +00:00
text.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
timesince.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
timezone.py Fixed #17992 -- Added a public API for localtime. 2012-04-29 15:37:23 +02:00
tzinfo.py