django/tests/regressiontests/utils
Claude Paroz 11a5355517 Inserted more simplefilter calls to be sure warnings are emitted.
Thanks to Florian Apolloner for suggesting the patch.
2012-05-03 21:31:23 +02:00
..
archives
eggs
test_module
__init__.py
archive.py
baseconv.py
checksums.py
crypto.py
datastructures.py Fixed SortedDict.__copy__() 2012-04-30 17:19:55 +03: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 Replaced deprecated TestCase methods. Refs #17049. 2012-05-03 16:39:16 +02: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
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 Inserted more simplefilter calls to be sure warnings are emitted. 2012-05-03 21:31:23 +02:00
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 Fixed #17992 -- Added a public API for localtime. 2012-04-29 15:37:23 +02:00
tzinfo.py