On 2/13/06, Tom Tobin <[EMAIL PROTECTED]> wrote:
>
> On 2/12/06, limodou <[EMAIL PROTECTED]> wrote:
> >
> > I don't want to touch this subject more. If you don't understand I'll
> > explain it again:
>
> I think we understand what you're saying; the problem is that we don't
> agree. ;-)
>
> As ot
On 2/12/06, limodou <[EMAIL PROTECTED]> wrote:
>
> I don't want to touch this subject more. If you don't understand I'll
> explain it again:
I think we understand what you're saying; the problem is that we don't
agree. ;-)
As others have pointed out, it is perfectly acceptable to create your
ow
On 2/13/06, Bill de hÓra <[EMAIL PROTECTED]> wrote:
>
> limodou wrote:
>
> > You may not understand what I want. For example:
> >
> > [...]
> >
> > So I think .py configuration file is not user friendly to a IDE.
>
> I read this, and don't understand how not using Python solves your problem.
>
> -
On 2/12/06, Robert Wittams <[EMAIL PROTECTED]> wrote:
You seem to have just repeated what I said .. I'm trying to work outwhat point you are making.I think I just got all turned around trying to follow the conversation - apologies for making you repeat yourself.
So basically the choices are:a) .al
limodou wrote:
> You may not understand what I want. For example:
>
> [...]
>
> So I think .py configuration file is not user friendly to a IDE.
I read this, and don't understand how not using Python solves your problem.
-1 from me.
cheers
Bill
Russell Keith-Magee wrote:
While I conceed that Article.objects -> set of all objects is a very
nice mental model, I can see us working ourselves into knots trying to
overcoming caching problems on an Article.objects 'manager QuerySet'.
all() isn't quite as nice as a mental model, but it certai
Hi Russel.
Thanks for your reply.I admit my patch is rather naive;).I'm currently
working on better solution according to your advices.
Kuba
On 2/12/06, Tim Keating <[EMAIL PROTECTED]> wrote:
>
> Then don't use comments. Use docstrings.
>
>
The contents in settings.py is not functions but variables, so it
cannot use docstrings.
--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/Ne
On 2/12/06, Robert Wittams <[EMAIL PROTECTED]> wrote:
> I was imagining that any call that created a new query set (ie modified
> some search parameter) would turn caching on. Of course, this wouldn't
> cache across calls that happened to end up with the same query. ( That
> would necessitate han