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 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 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 Fixed #17492 -- Allow reversal of named backreferences. Thanks nate_b 2012-01-03 22:49:13 +00:00
simplelazyobject.py Fixed #16563 - Error pickling request.user 2011-12-15 02:33:14 +00: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 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