Re: Pony request: refetch method to models

2010-01-27 Thread Jukka Välimaa
Sounds reasonable. I couldn't find an existing ticket, so I made a new one, #12709. --Jukka On Wed, Jan 27, 2010 at 2:34 AM, Russell Keith-Magee wrote: > On Wed, Jan 27, 2010 at 12:59 AM, Jukka wrote: > > Hi all, > > > > I'd like to propose adding a method to Model that can be used to fetch >

Re: Pony request: refetch method to models

2010-01-27 Thread Jukka Välimaa
For the method to be available conveniently, I would have to make it into a single class, and then subclass all my other model classes from that. I could do it, but if this is useful enough, it should be available by default, without requiring every single person to write the method on their own. A

Re: #11775 ABSOLUTE_URL_OVERRIDES doesn't work for the majority of contrib models

2009-08-29 Thread Jukka Välimaa
Hi, I've modified the patch. Please review when you have time. --Jukka On Mon, Aug 24, 2009 at 4:25 PM, Russell Keith-Magee wrote: > > On Mon, Aug 24, 2009 at 5:09 AM, Jukka wrote: > > > > Hi all, > > > > I've been working with Django for a bit now, and decided to try > > contributing, by submi