On Tue, May 14, 2013 at 12:09 AM, Russell Keith-Magee <
russ...@keith-magee.com> wrote:
> As far as I can make out, that's exactly the same use case -- you're just
> making the example a little bit more explicit regarding the fact that 'a'
> is an object referred to by reference, so if 'a' is upda
On Mon, May 13, 2013, Łukasz Rekucki wrote:
>> The status WONTFIX sounds awfully rude to me. It's like saying "That's a
>> pony and you can't have one, ever." It implies a terminal finality which
>> actually isn't meant in some cases, because it is possible (as we've seen)
>> and even sometimes r
On Tuesday 14 May 2013, Alex Ogier wrote:
>
> It's a totally new behavior that has
> plenty of corner cases such as foreign keys, and especially OneToOneFields.
>
Another one is initializers: get() or any other method of fetching an object
from the database will call __init__() with the fields
On Tue, May 14, 2013 at 7:38 AM, Shai Berger wrote:
> On Tuesday 14 May 2013, Alex Ogier wrote:
> >
> > It's a totally new behavior that has
> > plenty of corner cases such as foreign keys, and especially
> OneToOneFields.
> >
> Another one is initializers: get() or any other method of fetching
On 2013-05-14 10:43, Alex Ogier wrote:
> What happens in the following case?
>
> a = A(dict_field={"hello": "world"})
> d = a.dict_field
> a.save()
> a.refresh()
> d["hello"] = "planet"# does this mutate a.dict_field? does the
> answer change if somebody changed the database in between saving
On 14 touko, 18:07, Tim Chase wrote:
> On 2013-05-14 10:43, Alex Ogier wrote:
>
> > What happens in the following case?
>
> > a = A(dict_field={"hello": "world"})
> > d = a.dict_field
> > a.save()
> > a.refresh()
> > d["hello"] = "planet" # does this mutate a.dict_field? does the
> > answer cha
As an outsider with very little data (so you can ignore this if you
strongly disagree), I sort of agree with the notion that "WONTFIX" could be
sending a different signal that it is being used for.
WONTFIX to me would mean, "We acknowledge that this is an annoyance for
some people, but we're no
Hello all,
I just spent around 90 minutes reading through everyones comments (word for
word), and writing up a reply offering my two cents.
First off - a few years back someone introduced a 5-for-1 system where if
you triaged five other tickets, you could request for a core dev to give
detailed a
FYI - djangoproject.com is currently down, I'm investigating and I'll
try to have it back up ASAP.
In the meantime, if you need to get to the docs, you can hit up the
ReadTheDocs mirror: http://django.rtfd.org/
Thanks for your patience,
Jacob
--
You received this message because you are subscr
Hi folks -
Looks like we're back.
FTR, the cause was an issue with our hosting provider, more here:
http://status.mediatemple.net/maintenances/3148-emergency-maintenance-multiple-dvve-hostservers-rebooted/.
I'm going to look into adding a bit more redundancy so that we're more
resilient against a
10 matches
Mail list logo