Re: newforms issues

2007-05-21 Thread Malcolm Tredinnick
On Mon, 2007-05-21 at 23:14 -0500, Gary Wilson wrote: > Malcolm Tredinnick wrote: > >> #3718 - newforms.Form.clean should have access to field errors [1] > > > > I'm not sure what this really gains. Fixing the second part of #3896 > > means that all the necessary information is in cleaned_data. I

Re: ticket feedback process

2007-05-21 Thread Jacob Kaplan-Moss
On 5/21/07, Casey T. Deccio <[EMAIL PROTECTED]> wrote: > I was wondering what is the most appropriate way to get feedback on > tickets that have been submitted (bugs and/or features)--through the > ticket system itself or by starting a discussion on the developers > list (after a ticket has been s

Re: newforms issues

2007-05-21 Thread Gary Wilson
Malcolm Tredinnick wrote: >> #3718 - newforms.Form.clean should have access to field errors [1] > > I'm not sure what this really gains. Fixing the second part of #3896 > means that all the necessary information is in cleaned_data. I'm -0 on > this, because I feel it's pretty pointless, merely pr

ticket feedback process

2007-05-21 Thread Casey T. Deccio
I was wondering what is the most appropriate way to get feedback on tickets that have been submitted (bugs and/or features)--through the ticket system itself or by starting a discussion on the developers list (after a ticket has been submitted)? Thanks, Casey --~--~-~--~~--

Re: newforms issues

2007-05-21 Thread John Shaffer
On 5/21/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > #3896 - pass value to field specific clean function [2] > > Grr...don't put two issues in one ticket! > > I'm -1 on the first part because it's an unnecessary backwards > incompatibility change for the most part. It's not like it's a ma

Re: newforms issues

2007-05-21 Thread Malcolm Tredinnick
On Tue, 2007-05-22 at 11:24 +1000, Malcolm Tredinnick wrote: > Hey Gary, > > On Mon, 2007-05-21 at 19:56 -0500, Gary Wilson wrote: [...] > > > #3896 - pass value to field specific clean function [2] > > Grr...don't put two issues in one ticket! > > I'm -1 on the first part because it's an unne

Re: newforms issues

2007-05-21 Thread Malcolm Tredinnick
Hey Gary, On Mon, 2007-05-21 at 19:56 -0500, Gary Wilson wrote: > I would like to request comments/suggestions about a few patches I have > submitted recently for the newforms library that solve some issues that > I encountered during the development of some newforms. > > #3718 - newforms.Form.c

newforms issues

2007-05-21 Thread Gary Wilson
I would like to request comments/suggestions about a few patches I have submitted recently for the newforms library that solve some issues that I encountered during the development of some newforms. #3718 - newforms.Form.clean should have access to field errors [1] #3896 - pass value to field spe

Re: archive_year generic view and object_list order

2007-05-21 Thread Malcolm Tredinnick
On Mon, 2007-05-21 at 15:23 +0200, David Larlet wrote: > Hi, > > I just wonder why the archive_year function returns an object_list > (with make_object_list parameter to True) which is ordered by > date_field. I know that I can use the reverse argument in for loop tag > but I wonder if I'm the on

Re: contrib app tests

2007-05-21 Thread Malcolm Tredinnick
On Mon, 2007-05-21 at 18:27 -0500, Gary Wilson wrote: > Man, I really need to remember to always use email when posting to these > django lists. Too many of my web posts never show up. And here I > thought the internets was a truck I could just dump stuff on. > > Malcolm Tredinnick wrote: > > O

Re: contrib app tests

2007-05-21 Thread Gary Wilson
Man, I really need to remember to always use email when posting to these django lists. Too many of my web posts never show up. And here I thought the internets was a truck I could just dump stuff on. Malcolm Tredinnick wrote: > On Sat, 2007-05-19 at 00:16 -0500, Gary Wilson wrote: >> Should we

Is Mark Warren's Ultimate Wealth Package Worth the Money?

2007-05-21 Thread Moona Naeem
Is Mark Warren's Ultimate Wealth Package Worth the Money? You could go take a college course in marketing or entrepreneurship at your local university or community college and spend thousands of dollars. I took a course called Principles of Marketing. http://2site.com/cnrqev "Legitimate" Onli

archive_year generic view and object_list order

2007-05-21 Thread David Larlet
Hi, I just wonder why the archive_year function returns an object_list (with make_object_list parameter to True) which is ordered by date_field. I know that I can use the reverse argument in for loop tag but I wonder if I'm the only one to have this issue? What order did you expect by default? I

Introduction to CRM

2007-05-21 Thread Ankur
Hi All, I just found a link which seems to be quite informative about CRM. Just try the link below to have a look at it. http://www.quazen.com/Business/Management/Introduction-to-CRM.25530 This contains the basics of CRM. I really loved this article. Thanks, Ankur --~--~-~--~~--

Re: problems serving PDF file from view

2007-05-21 Thread Marc Fargas Esteve
On 5/21/07, Curtis <[EMAIL PROTECTED]> wrote: > An alternate solution: > > response = HttpResponse(pdf, "application/pdf") > response['Content-Disposition'] = 'attachment; filename=%s.pdf' % > filename > return response I use a similar approach to output PDF's on our intranet applicat