Re: Perl port of the django template system.

2008-12-16 Thread Arien
the docs that it does some of the same > things as Apache, or in similar ways to Apache. That avoids any > confusion between your product and the actual Apache product. http://search.cpan.org/search?query=Apache=module Arien --~--~-~--~~~---~--~~

Re: Views returning data only

2008-07-15 Thread Arien
On Tue, Jul 15, 2008 at 9:10 AM, vicvicvic <[EMAIL PROTECTED]> wrote: > On Jul 15, 3:13 pm, Arien <[EMAIL PROTECTED]> wrote: >> On Tue, Jul 15, 2008 at 7:34 AM, vicvicvic <[EMAIL PROTECTED]> wrote: >> > On Jul 15, 1:57 pm, Arien <[EMAIL PROTECTED]> wr

Re: Views returning data only

2008-07-15 Thread Arien
On Tue, Jul 15, 2008 at 8:20 AM, Waylan Limberg <[EMAIL PROTECTED]> wrote: > I think your on to something here. However, we need to remember that > one of the great things about Django views is that they are just > python functions. ... or any other ca

Re: Views returning data only

2008-07-15 Thread Arien
sts and both of those necessarily use HTTP. Arien --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsub

Re: Views returning data only

2008-07-15 Thread Arien
request and just get the dataset. I > pick WHICH data I want and add some to it. Or you could write a function that fetches and returns it, and use that function in both views. Arien --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

Re: Community representation

2008-07-02 Thread Arien
Can we get back to our regular program now and move personal problems to private communication, please? Thank you. Arien --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" grou

Re: FormWizard - GETs on all but last step?

2008-07-02 Thread Arien
On Tue, Jul 1, 2008 at 9:00 PM, Waylan Limberg <[EMAIL PROTECTED]> wrote: > > On Tue, Jul 1, 2008 at 8:28 PM, Arien <[EMAIL PROTECTED]> wrote: >> >> On Tue, Jul 1, 2008 at 6:10 PM, Waylan Limberg <[EMAIL PROTECTED]> wrote: >>> >>> On Tue,

Re: FormWizard - GETs on all but last step?

2008-07-01 Thread Arien
se of GET anyway. I fail to see how the perceived beauty of the generated URLs matters? Depending on the situation, using GET for various pages of a wizard-style interaction may be exactly the right thing to do. This doesn't seem to mesh nicely with the way things work in FormWizard's world, though.

Re: Django community aggregator and non-English posts

2008-06-13 Thread Arien
On Fri, Jun 13, 2008 at 12:07 PM, Tom Tobin <[EMAIL PROTECTED]> wrote: > > On Fri, Jun 13, 2008 at 12:02 PM, Arien <[EMAIL PROTECTED]> wrote: >> >> The non-English posts are clearly useful to the Django community as a >> whole, as it appears that the majority o

Re: Queryset Refactoring: __nonzero__ for MySQL

2008-03-27 Thread Arien
thon process. See for example <http://lists.initd.org/pipermail/psycopg/2007-January/005251.html> for more information. Arien --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group.