Re: Model Docs Questions

2013-11-04 Thread Ryan Hiebert
On Mon, Nov 4, 2013 at 9:31 AM, Andre Terra wrote: > > On Sun, Nov 3, 2013 at 5:13 PM, Cody Scott wrote: >> >> 3 >> Why do Q objects use '&', '|' and '~' for AND, OR and NOT when python uses >> 'and', 'or' and 'not'? >> source > > > Because Python actually does use &, | and ~. The and/or/not ope

Re: Model Docs Questions

2013-11-04 Thread Andre Terra
On Sun, Nov 3, 2013 at 5:13 PM, Cody Scott wrote: > 3 > Why do Q objects use '&', '|' and '~' for AND, OR and NOT when python uses > 'and', 'or' and 'not'? > source > Because Python actually does use &, | an

Model Docs Questions

2013-11-03 Thread Cody Scott
I've been reading the documentation and have some questions about certain behaviour. 1 Why does calling .clear() on a intermediate model, delete the intermediate models? source >>> Membership.o