Re: Issues surrounding IDN validation and URLs in general

2010-02-27 Thread Fraser Nevett
On Feb 27, 8:02 pm, Fraser Nevett wrote: [...] > I have a patch worked up for this and will raise a ticket shortly. Ticket created and patch uploaded... http://code.djangoproject.com/ticket/12989 Fraser -- You received this message because you are subscribed to the Google Groups "Django deve

Re: dbsettings, and user configurable app settings

2010-02-27 Thread chris.moff...@gmail.com
We use something called livesettings in Satchmo. Bruce has published the code on bitbucket so it can be used outside of Satchmo. I believe at one point it was a fork of dbsettings but I may be wrong on that account. Check it out here - http://bitbucket.org/bkroeze/django-livesettings/overview/ An

Re: Issues surrounding IDN validation and URLs in general

2010-02-27 Thread Ulrich Petri
Am 27.02.2010 um 21:02 schrieb Fraser Nevett: Validation of IDN (Internationalized Domain Names) was added in [12474], but I noticed that the verify_exists option doesn't work when you use an IDN. This is caused by urllib2 not supporting IDN and the validation code using the original unicode ve

Issues surrounding IDN validation and URLs in general

2010-02-27 Thread Fraser Nevett
Validation of IDN (Internationalized Domain Names) was added in [12474], but I noticed that the verify_exists option doesn't work when you use an IDN. This is caused by urllib2 not supporting IDN and the validation code using the original unicode version of the URL when testing for existence. The

Re: dbsettings, and user configurable app settings

2010-02-27 Thread stuff4ash
have been hitting my head trying to come up with a better way of managing configs. I've worked with quite a lot of other systems, and one thing i like about django is how "simple" it "still" is. this simplicity is a strength, and having a registry makes things.. complicated. some wild ideas I hav

Re: Django's testing infrastructure

2010-02-27 Thread Jakub Uniejewski
Great work! When it comes to hardware, I was kind of convinced that Django have been already using the snakebite network to access various platforms for builds testing (http://djangoninja.com/post/73799680/django-on- snakebite) Isn't their network compatible? (more about SnakeBite: http://www.sn