django/docs/releases
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
..
0.95.txt
0.96.txt
1.0-alpha-1.txt
1.0-alpha-2.txt Cleaned up a bunch of minor doc stuff: 2008-09-02 16:42:13 +00:00
1.0-beta-2.txt
1.0-beta.txt
1.0-porting-guide.txt Fixed #11119 -- Corrected spelling error in 1.0 porting guide. 2009-06-18 13:35:36 +00:00
1.0.1.txt One more correction to the release notes. 2008-11-15 05:57:39 +00:00
1.0.2.txt Fixed #9677 -- Fixed a tiny typo in the 1.0.2 release notes. 2008-12-07 03:54:45 +00:00
1.0.txt
1.1-alpha-1.txt Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comments, according to the Django style guide. Based on patch from rduffield. 2009-03-31 16:07:07 +00:00
1.1-beta-1.txt Added 1.1 beta release notes. 2009-03-23 23:25:03 +00:00
1.1-rc-1.txt Clarify the description of URL namespacing. 2009-07-22 01:41:16 +00:00
1.1.txt Fixed #11659 -- Corrected a minor typo in the v1.1 release notes. Thanks to agabel for the report. 2009-09-12 22:52:25 +00:00
1.2-alpha.txt Fixed non-standard introspection support in LazyObject. 2009-10-19 21:48:06 +00:00
index.txt Added 1.1 release notes. 2009-07-29 05:31:00 +00:00