Re: Doubt about urlencode filter implementation

2009-10-25 Thread Joe Tyson
I believe that's the expected outcome.. The use is to encode something for the use in an URL... Eg. convert "some-crazy//user?input" into something that can safely be passed into http://www.google.com/search?q=URL_ENCODED_STRING On Sun, Oct 25, 2009 at 9:14 PM, Danilo Cabello

Re: Google-app-engine-patch

2009-07-29 Thread Joe Tyson
This list is for the development of django itself. Please direct this question to the django-users list, and for any further questions regarding developing with django. On Wed, Jul 29, 2009 at 7:12 AM, franxx wrote: > > does anyone have any idea how to serve non-html content

Re: Reading data from database tied to another Django project?

2009-07-10 Thread Joe Tyson
This list is about django development it-self, not about developing with django. Please send this question to django-users. On Fri, Jul 10, 2009 at 3:35 PM, Benjamin Kreeger wrote: > > Here's the situation: I've got two projects, both Django. One is a > simple,

Re: Posting to the wrong list (was: Re: Need Django Developer urgent)

2009-05-08 Thread Joe Tyson
Big bold letters: *** THIS LIST IS NOT FOR DJANGO HELP - USE DJANGO USERS FOR THAT *** On Fri, May 8, 2009 at 10:26 AM, Dave Smith wrote: > On Fri, May 8, 2009 at 4:49 AM, Ned Batchelder wrote: > >> Add the word "core" to make the first sentence,

Re: Integrating fckeditor with django

2009-04-29 Thread Joe Tyson
This is a question that should be directed to django-users. Django-developers is a list dedicated to discussing of developing django itself. On Wed, Apr 29, 2009 at 2:53 PM, megaman821 wrote: > > I see fckeditor has python functions for its quick upload and image >

Re: WTForm should be inbuilt to Django, and make admin & others use it.

2009-03-18 Thread Joe Tyson
I really hate to be a pessimist, but if the functionality already exists for that much generation, why bother integrating it with the main django package? On Mar 18, 8:06 pm, Jari Pennanen wrote: > WTForm is simple implementation built on top of existing (new)forms to >

Re: django in javascript

2009-03-11 Thread Joe Tyson
I don't really want a bunch of javascript in my django libraries. There are a lot of opportunities for other developers to make something that's not part of the core, and let it be plug-able. It keeps django away from spending time maintaining javascript and being selective towards one framework