django/tests/regressiontests/utils
Luke Plant 23b32c7554 Fixed #15811 - lazy() doesn't take into account methods defined in parents
Thanks to abki for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16157 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-05 00:09:51 +00:00
..
eggs
test_module
__init__.py
checksums.py
datastructures.py Fixed #15703 -- Corrected problem in test suite introduced by Python 2.4 changes from r15927. Thanks to mk for the report and patch. 2011-03-28 14:20:15 +00:00
dateformat.py
datetime_safe.py
decorators.py
feedgenerator.py
functional.py Fixed #15811 - lazy() doesn't take into account methods defined in parents 2011-05-05 00:09:51 +00:00
html.py Fixed #7267 - UnicodeDecodeError in clean_html 2011-04-28 14:08:53 +00:00
http.py Fixed #9089 -- Correctly handle list values in MultiValueDict instances when passed to django.utils.http.urlencode. Thanks, kratorius, guettli and obeattie. 2011-04-22 12:01:41 +00:00
models.py
module_loading.py Fixed #15662 -- Made sure the module_has_submodule utility function follow correct PEP 302, passing the package as the second argument to the find_module method of the importer. Thanks, Bradley Ayers. 2011-04-22 12:03:18 +00:00
simplelazyobject.py Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch. 2011-03-28 02:11:19 +00:00
termcolors.py
tests.py Fixed #15617 - CSRF referer checking too strict 2011-03-15 20:37:09 +00:00
text.py
timesince.py
tzinfo.py
urls.py
views.py