django/tests/regressiontests/utils
Anssi Kääriäinen 4b11762f7d Fixed SortedDict.__copy__()
Fixed #18175 -- Calling SortedDict.__copy__() resulted in changes to
the original dictionary. The reason was likely related to subclassing
dict.

Thanks to linovia for report and patch.
2012-04-30 17:19:55 +03: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
datetime_safe.py
decorators.py
feedgenerator.py
functional.py
html.py
http.py
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
timesince.py
timezone.py
tzinfo.py