Re: Ticket spam

2006-10-25 Thread Daniel Poelzleithner
Matthew Flanagan wrote: > In one project I know of that uses trac they just have a single login > for users to create tickets and submit patches rather than requiring > every user to register. This eliminated 99% of their trac spam. They > just documented the login/password in their 'contributing

Re: schema-evolution: status?

2006-10-25 Thread Matthew Flanagan
Vic, On 26/10/06, Victor Ng <[EMAIL PROTECTED]> wrote: > > Any luck with schema evolution lately? > I haven't done anything further with it since my last email in this thread. Nor have I had any response from the developer regarding the issue I previously highlighted. Other django users would b

Re: schema-evolution: status?

2006-10-25 Thread Victor Ng
Any luck with schema evolution lately? I'm starting to look at seeing if i can merge this back to trunk as well, but wanted to know if you've made any progress. I'm using the postgresql_psycopg2 backend. vic On 9/14/06, Matthew Flanagan <[EMAIL PROTECTED]> wrote: > > postgresql > > On 14/09/06

Re: Debugging ticket #2438

2006-10-25 Thread Malcolm Tredinnick
On Wed, 2006-10-25 at 11:17 -0400, Oliver Lavery wrote: > Hi django folks, > > The company I work for has been using django for a few months now, and > I have to say it's a fantastic bit of work. Nice to finally use a web > framework with a decent architecture. Thanks! > > We've been plagued by

Re: Debugging ticket #2438

2006-10-25 Thread [EMAIL PROTECTED]
Oliver Lavery ha scritto: > We have an environment where this is 100% repro. Anyone have any idea what > we could do to try to figure what the heck is going on? Hi, i've run into the issue myself a few times. Most of the times it was due to something wrong in the model code (even source formatt

Re: DecimalField

2006-10-25 Thread Jacob Kaplan-Moss
On 10/25/06 4:52 PM, Jason Davies wrote: > It's definitely GPL-compatible (see > http://www.python.org/doc/Copyright.html) - but I don't think that > necessarily means it's compatible with Django's license. I am not a > lawyer :-( Nor am I, but figuring out the legality of distributing decimal.p

Re: Re: DecimalField

2006-10-25 Thread Joseph Kocherhans
On 10/25/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On 10/24/06 5:25 PM, Jason Davies wrote: > > I think we should just distribute decimal.py to maintain Python 2.3 > > compatibility. > > I'm +1 on the patch if someone can resolve two things: > > * Is the license for decimal.py compatibl

Re: Re: DecimalField

2006-10-25 Thread James Bennett
On 10/25/06, Jason Davies <[EMAIL PROTECTED]> wrote: > It's definitely GPL-compatible (see > http://www.python.org/doc/Copyright.html) - but I don't think that > necessarily means it's compatible with Django's license. I am not a > lawyer :-( Django is BSD-licensed. -- "May the forces of evil

Re: DecimalField

2006-10-25 Thread Jason Davies
Jacob Kaplan-Moss wrote: > On 10/24/06 5:25 PM, Jason Davies wrote: > > I think we should just distribute decimal.py to maintain Python 2.3 > > compatibility. > > I'm +1 on the patch if someone can resolve two things: > > * Is the license for decimal.py compatible with Django's BSD license? It's

Akismet hit - need to be whitelisted

2006-10-25 Thread Michael Radziej
Hi, can someone please whitelist me, however this works? Thanks, Michael -- noris network AG - Deutschherrnstraße 15-19 - D-90429 Nürnberg - Tel +49 911 9352-0 - Fax +49 911 9352-100 http://www.noris.de - The IT-Outsourcing Company --~--~-~--~~~---~--~~ You r

Re: fastcgi: maxRequests

2006-10-25 Thread Michael Radziej
Jacob Kaplan-Moss schrieb: > On 10/25/06 9:14 AM, Michael Radziej wrote: >> I'm a little bit anxious that there would be a memory hole >> somewhere (though I *was* careful) and would like to set this option. >> >> Would that be a wanted feature? Or was there a reason against it? > > Yeah, it sou

Re: Ticket spam

2006-10-25 Thread Christopher Lenz
Am 25.10.2006 um 11:24 schrieb Michael Radziej: > Adrian Holovaty schrieb: >>> Also, I've been mulling over the idea of requiring an account signup >> in order to post tickets and comments. Would that be worth the pain? > > I wouldn't mind to have to sign up before I could submit a > ticket, but i

Debugging ticket #2438

2006-10-25 Thread Oliver Lavery
Hi django folks,The company I work for has been using django for a few months now, and I have to say it's a fantastic bit of work. Nice to finally use a web framework with a decent architecture. Thanks!We've been plagued by one issue that is pretty disturbing, though: http://code.djangoproject.com/

Re: DecimalField

2006-10-25 Thread Jacob Kaplan-Moss
On 10/24/06 5:25 PM, Jason Davies wrote: > I think we should just distribute decimal.py to maintain Python 2.3 > compatibility. I'm +1 on the patch if someone can resolve two things: * Is the license for decimal.py compatible with Django's BSD license? * Are the developers of decimal.py (is tha

Re: fastcgi: maxRequests

2006-10-25 Thread Jacob Kaplan-Moss
On 10/25/06 9:14 AM, Michael Radziej wrote: > flup provides a way to limit the requests handled by a process, > but manage.py runfcgi does not allow to set it. > > I'm a little bit anxious that there would be a memory hole > somewhere (though I *was* careful) and would like to set this option.

fastcgi: maxRequests

2006-10-25 Thread Michael Radziej
Hi, flup provides a way to limit the requests handled by a process, but manage.py runfcgi does not allow to set it. I'm a little bit anxious that there would be a memory hole somewhere (though I *was* careful) and would like to set this option. Would that be a wanted feature? Or was there a r

Re: Data for globalization

2006-10-25 Thread GinTon
James Bennett wrote: > If you'd be interested in helping to develop useful models for that > using this data, that'd be great :) James, I also developed the Django model and a loader. http://webda.python-hosting.com/browser/trunk/Django/I18n But now it's necessary that Django developers help wi

Re: asynchronous validation

2006-10-25 Thread Michael Radziej
Hey Malcolm, thanks for your help! Malcolm Tredinnick: > There is no signal dispatched in the manipulators, so your best bet > would be to replace the get_validation_errors() method in the > Manipulator class with your own method that calls the original method > and then sends off any signal or

Re: DecimalField

2006-10-25 Thread Michael Radziej
Jason Davies schrieb: > Hi, > > I am working on an application which deals with monetary values and it > *really* needs proper support for decimal, fixed-point (as opposed to > floating-point) values. > > See: http://code.djangoproject.com/ticket/2365 > > Could someone take a look and get this

Re: Ticket spam

2006-10-25 Thread Michael Radziej
Adrian Holovaty schrieb: >> Also, I've been mulling over the idea of requiring an account signup > in order to post tickets and comments. Would that be worth the pain? I wouldn't mind to have to sign up before I could submit a ticket, but it seems there's no automatic sign-up in trac. That woul