Re: safe characters used in iri_to_uri (#12445)

2009-12-28 Thread Luke Plant
Hi Gary, I agree with the your proposals. I've got a few concerns with the current code: In django/utils/encoding.py: function iri_to_uri <<< # The list of safe characters here is constructed from the # printable ASCII characters that are not explicitly excluded # by the list at t

Re: Looking for python/Django developers in india

2009-12-28 Thread Tobias McNulty
The django-developers list is for discussion related to the development of django itself. Please direct your question to the django-users list. Cheers, Tobias On Mon, Dec 28, 2009 at 12:32 PM, Ravi wrote: > Hello, > > We are a hyderabad based web company and are looking for experienced > devel

Looking for python/Django developers in india

2009-12-28 Thread Ravi
Hello, We are a hyderabad based web company and are looking for experienced developers(at least 3+ yrs) in python/django and postgres. If anyone interested to work on our project, Please let us know. Thanks, Ravi -- You received this message because you are subscribed to the Google Groups "Dja

r11964 and PendingDeprecationWarning

2009-12-28 Thread Luke Plant
Hi all, Since changeset 11964 (i18n improvements), if you import django.forms.fields (directly or indirectly), you get a PendingDeprecationWarning. This is a problem, because it means that Django's own code is emitting a warning. It's especially a problem if you use a line like this: impor