django/tests
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
..
modeltests Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
regressiontests Fixed SortedDict.__copy__() 2012-04-30 17:19:55 +03:00
templates
runtests.py Fixed #18040 -- Removed so-called project-level locale trees from the list of paths the translation loading process takes in account. 2012-03-31 22:24:24 +00:00
test_sqlite.py
urls.py