On Wed, Jan 27, 2010 at 12:23 PM, Karen Tracey wrote:
> On Wed, Jan 27, 2010 at 12:17 PM, Alex Gaynor wrote:
>>
>> I'm almost positive this is a dupe of another ticket, in the 3000-6000
>> range I think.
>
> The one I found was #901.
>
> Karen
>
> --
> You received this message because you are su
On Wed, Jan 27, 2010 at 12:17 PM, Alex Gaynor wrote:
> I'm almost positive this is a dupe of another ticket, in the 3000-6000
> range I think.
>
The one I found was #901.
Karen
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to
2010/1/27 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 me
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
>
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
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
> a "fresh" version of a model object from the database.
This isn't a completely unreasonble idea, but it is an unreasonable
time to suggest it :-)
We are days away
On Jan 26, 11:59 am, Jukka wrote:
> Hi all,
>
> I'd like to propose adding a method to Model that can be used to fetch
> a "fresh" version of a model object from the database. This is
> something that I personally would often find useful. Usually this
> happens when I'm testing some view code usin
Hi all,
I'd like to propose adding a method to Model that can be used to fetch
a "fresh" version of a model object from the database. This is
something that I personally would often find useful. Usually this
happens when I'm testing some view code using the test client, and the
view is supposed to