Commit Details

Avatar

Repository http://code.djangoproject.com/svn/django/trunk /django/trunk
by Luke Plant (Using name ‘lukeplant’) on 2009-10-19 21:48 (about 1 month ago)

Fixed non-standard introspection support in LazyObject.
LazyObject called a public method ``get_all_members`` on wrapped objects in
order to allow introspection. This could easily cause name clashes with
existing methods on wrapped objects, and so has been changed to use the
standard methods. This could be slightly backwards-incompatible, in obscure
cases, if the undocumented LazyObject has been used externally.

Language Totals

  Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
  Python 7 7 2 2 1 1

Files Changed

[4 total ]
File Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
django/conf/__init__.py
  Python 2 3 1 0 0 0
django/core/files/storage.py
  Python 0 2 0 1 0 1
django/utils/functional.py
  Python 5 2 1 1 1 0
docs/releases/1.2-alpha.txt