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 | Code Added | Code Removed | Comments Added | Comments Removed | Blanks Added | Blanks Removed | |
|---|---|---|---|---|---|---|---|
| Python | 7 | 7 | 2 | 2 | 1 | 1 |