django1/django/conf
Luke Plant c6e8e5d9f0 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.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-10-19 21:48:06 +00:00
..
app_template Fixed #9963 - Added a trivial tests.py file to the files produced by "startapp". 2009-01-06 05:27:39 +00:00
locale Fixed #11862 -- Corrected an error in the Hebrew translation. Thanks to Adam Rimon for the fix. 2009-09-13 03:09:35 +00:00
project_template Reverted 10094 and 10095 (in favour of solution that will hopefully land for beta 2) 2009-03-23 23:02:46 +00:00
urls Fixed #10061 -- Added namespacing for named URLs - most importantly, for the admin site, where the absence of this facility was causing problems. Thanks to the many people who contributed to and helped review this patch. 2009-07-16 16:16:13 +00:00
__init__.py Fixed non-standard introspection support in LazyObject. 2009-10-19 21:48:06 +00:00
global_settings.py Fixed #11070 -- Removed JING_PATH setting, which was no longer used. Thanks for the patch, seanl 2009-05-26 05:32:52 +00:00