Re: newforms error design

2006-12-22 Thread Gary Wilson
[EMAIL PROTECTED] wrote: But in fact it does not look user intuitive. I concur with this statement. I've got a form with about 10 fields and when there are multiple errors for adjacent fields, it's very hard to tell if the error is for the field above or below. The problem is visual. I do

Re: login_required decorator and redirect_to

2006-12-22 Thread Rob Hudson
Kenneth Gonsalves wrote: I did create my own login decorator for this site for my own views that are using it. But to use my decorator for the password views would mean duplicating (or copying) all that code. use user_passes_test - it allows you to specify the url you want. Yes, that's

Re: login_required decorator and redirect_to

2006-12-22 Thread Kenneth Gonsalves
On 22-Dec-06, at 8:26 PM, Rob Hudson wrote: I did create my own login decorator for this site for my own views that are using it. But to use my decorator for the password views would mean duplicating (or copying) all that code. use user_passes_test - it allows you to specify the url you

Re: Regarding the copy of forms -> oldforms

2006-12-22 Thread Rob Hudson
Or perhaps you have a test server which is running the same codebase as prod? Yes. We have a development server running 0.95 that matches our production server. Generally there hasn't been much different from 0.95 to trunk so I've been keeping up to date with trunk on my workstation just to

~*-*~ New Windows XP-NT-2003 & 98 - Secrete Tricks ~*-*~

2006-12-22 Thread SONAM
*New Windows XP - Secrets and Tricks* [image: XP Tricks] http://windows-tricks.50webs.com Deleting System Softwares: Creating Shutdown

Re: why error: (10054, 'Connection reset by peer') when add user?

2006-12-22 Thread erob
Hi Yichao, Its a strange bug that happens sometimes. Check that your web server is able to access (static) media files (css, if any) that would cause such things. Updating python and django may not hurt neither.. HTH, -- Etienne yichao.zhang wrote: my env: python 2.4.3, django-0.95-py2.4,

Re: login_required decorator and redirect_to

2006-12-22 Thread Rob Hudson
I ran into another spot where not having my login at /accounts/login made things difficult... I'm using the password reset functionality. When the user enters their email and they get sent a password it is including a link to the password change form. When the user isn't yet logged in,

<<---- Shoking Buildings and Constructures ---->>

2006-12-22 Thread Marry4U
*Shocking Structures * *of the World* [image: Incredible] http://mega-structures.50webs.com/ *Mega City* *Larges Sea port* *Under water Port* *Under water Dock* *Air Port in Ocean* ** *and* *More

Re: Improvements to floatformat template filter

2006-12-22 Thread Ace Gopher
Thanks Russ, Very good point. I added to the template filter regression tests and modified the documentation to document the new functionality. I've attached the patch files to the ticket. Regards, Ace --~--~-~--~~~---~--~~ You received this message because

newforms error design

2006-12-22 Thread [EMAIL PROTECTED]
Hi! Today I tried to use django.newforms, and the first thing which I stuck upon was the design of errors. Since we are using tables for our forms, it seems to be hardcoded to use separate row to display errors. Not sure how nicely to display errors - all I've achieved so far is that varaint: