Re: Is there a particular reason why the condition decorator does not use wraps?

2011-04-16 Thread Peter Portante
See ticket 15840. On Thu, Apr 14, 2011 at 9:25 AM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > On Thu, Apr 14, 2011 at 8:16 PM, Peter Portante > wrote: > > Looking at line 153 of django/views/decorators/http.py (rev [15927]), > > I just see "return inner". Is there a particular reaso

#14891, a.k.a. "related managers don't work how we claim they do"

2011-04-16 Thread Carl Meyer
Hi all, Our documentation on "automatic managers" [1] and related managers [2] is quite clear that automatically-created managers for related-objects access will be plain-vanilla Manager instances, unless you set "use_for_related_fields = True" on the custom Manager subclass that you use as a defa