This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-26 10:09:42 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
utils
History
Claude Paroz
b52672d778
Replaced deprecated TestCase methods. Refs
#17049
.
2012-05-03 16:39:16 +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
…
text.py
Fixed
#18042
-- Advanced deprecation warnings.
2012-05-03 15:27:01 +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
…