django/tests/regressiontests/utils
Aymeric Augustin 1e28567e0d Fixed #17937 -- Avoided an error in the timeuntil filter when it receives a date object. Thanks Dmitry Guyvoronsky for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17774 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-22 07:29:39 +00:00
..
archives
eggs
test_module
__init__.py
archive.py
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 #17634 -- Optimized the performance of MultiValueDict by using append instead of copy and by minimizing the number of dict lookups. Refs #736. 2012-02-09 18:41:20 +00:00
dateformat.py Updated a few localization formats to stop the changes done in r17473 from breaking the tests. 2012-02-10 01:13:29 +00:00
datetime_safe.py
decorators.py
feedgenerator.py Fixed #15237 (again). RSS feeds now include proper character encoding in the mimetype. Thanks shadow for the report and Michal Rzechonek for the patch. 2012-02-10 23:45:22 +00:00
functional.py
html.py
http.py Use Python's changed comparisons, which makes this a bit more readable. 2012-02-16 01:10:21 +00:00
ipv6.py
jslex.py
models.py
module_loading.py
regex_helper.py Fixed #17492 -- Allow reversal of named backreferences. Thanks nate_b 2012-01-03 22:49:13 +00:00
simplelazyobject.py
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
timesince.py Fixed #17937 -- Avoided an error in the timeuntil filter when it receives a date object. Thanks Dmitry Guyvoronsky for the report. 2012-03-22 07:29:39 +00:00
timezone.py
tzinfo.py