Re: How about converting python config files to text config files

2006-02-12 Thread limodou
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

Re: How about converting python config files to text config files

2006-02-12 Thread Tom Tobin
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

Re: How about converting python config files to text config files

2006-02-12 Thread limodou
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. > > -

Re: Bulk Delete - Take 3, descriptor style

2006-02-12 Thread Russell Keith-Magee
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

Re: How about converting python config files to text config files

2006-02-12 Thread Bill de hÓra
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

Re: Bulk Delete - Take 3, descriptor style

2006-02-12 Thread Robert Wittams
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

Re: 'django_admin.py/manage.py install app' - confusing models validation

2006-02-12 Thread jkk
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

Re: "Need automatic process support,(Re: How about converting python config files to text config files)

2006-02-12 Thread limodou
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

Re: Bulk Delete - Take 3, descriptor style

2006-02-12 Thread Russell Keith-Magee
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