Re: [newforms] Confirming password widget

2007-10-16 Thread Jure Čuhalev
On 10/16/07, Przemek Gawronski <[EMAIL PROTECTED]> wrote: > > Hi, is there a password confirmation widget around, to automatically > check and validate (with error messages) if it's the same or not with a > password previously entered (in a different CharField)? > > If not, any guide lines on

Re: Keeping track of the original values for a record...

2007-08-29 Thread Jure Čuhalev
On 8/29/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Since there isn't a load() method on a model... I'm thinking I somehow > have to do this on the manager..but not sure ... any tips would be > great. > > When I load a record, either via get() or by looping through the > results of a

Re: Problem with django-multilingual and admin interface

2007-05-13 Thread Jure Čuhalev
Hi, I was hit by the same problem. If you add a property to your class Play (not to the Translation one) then Translation will be able to bound to something visible in Admin and it will work. It's more of a workaround then real solution, but if you are in a hurry it could be useful. regards,

Re: newforms - outputting dates in the same format as input

2007-03-07 Thread Jure Čuhalev
On 3/7/07, orestis <[EMAIL PROTECTED]> wrote: > > As it stands, the when using a newforms.DateField with specified input > formats, it gets parsed alright, but when rendering the form there is > no way to specify the output format, it gets printed as -MM-DD. > > This not only is a bad

Re: Re: Django SOAP server

2006-11-02 Thread Jure Čuhalev
On 11/2/06, tomass <[EMAIL PROTECTED]> wrote: > > Hi Jure, > > Thanks for the response. I've made the changes you suggest, but just > have a few questions: > > - The urls.py file: the soapview.soap - does this refer to a file > called "soapview.py" and then the "soap" portion refers to whatever

Re: Django SOAP server

2006-11-01 Thread Jure Čuhalev
On 11/1/06, tomass <[EMAIL PROTECTED]> wrote: > I had to change some code in the soap.py as it was pre-magic-removal, > but it's still not working for me. The changes I made were to change > "from django.utils.httpwrappers import HttpResponseServerError, > HttpResponse" to "from django.http

Re: Prepopulate Form

2006-10-29 Thread Jure Čuhalev
On 10/29/06, shidan <[EMAIL PROTECTED]> wrote: > > Hi, I want the same functionality as the ChangeManipulator where it > prepopulates the form with > the current values of the object, how can I do this with custom form > manipulator. Add flatten_data to it and call if when initializing

Re: Re: Webservices using Django

2006-10-19 Thread Jure Čuhalev
On 10/18/06, adamjspooner <[EMAIL PROTECTED]> wrote: > > > > SOAP is what I was after. If I used SOAPpy could I still import the > > > django model stuff in the SOAP service script? > > > > Take a look at this ticket: http://code.djangoproject.com/ticket/552 > > > > It works quite well if you

Re: Re: Webservices using Django

2006-10-18 Thread Jure Čuhalev
On 10/18/06, Devraj Mukherjee <[EMAIL PROTECTED]> wrote: > > SOAP is what I was after. If I used SOAPpy could I still import the > django model stuff in the SOAP service script? Take a look at this ticket: http://code.djangoproject.com/ticket/552 It works quite well if you want part of your

Re: DreamHost

2006-08-08 Thread Jure Čuhalev
On 8/8/06, george webzary <[EMAIL PROTECTED]> wrote: > Hi, > > Has anyone set up a web site on DreamHost with Django pre 0,96 lately. I > tried yesterday. It just does not seem to work. I tried Jeff Croft's > tutorial first, then changed the code based on this link >

Re: uninstall django?

2006-07-15 Thread Jure Čuhalev
On 7/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello again. > > Sorry for the lack of information. I'm using Linux (kubuntu). I see > that the site-packages directory (in /usr/lib/python2.4/site-packages) > contains a "Django-0.91-py2.4.egg/" directory so I assume you mean that >

Re: uninstall django?

2006-07-15 Thread Jure Čuhalev
On 7/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I just installed Django but made the mistake of installing the 0.9 > version. I then came across some text on the website that discouraged > using this. > > So I want to uninstall the version I previously installed but the > problem is