Re: Serious problems with the way Django handles file uploads

2006-09-20 Thread jp
Actually I did apply that patch and it worked. Problem is, even though it kept the dev server form simply stopping when I went to upload large files, it did not speed up the upload process at all. --~--~-~--~~~---~--~~ You received this message because you are sub

Re: Serious problems with the way Django handles file uploads

2006-09-20 Thread SmileyChris
I can't get 2070 to work either. I found http://code.djangoproject.com/ticket/2613 which fixed up my uploading problems (at least on the dev server) - have you tried that one? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[Suggestion]Simple Ajax communication data structure suggestion

2006-09-20 Thread limodou
Why need this = I need and others need I think. Many people like me want to implement ajax application in django, so there should be many communication messages need to be exchanged between the browser and web server. Till now, django supplied serialization support, and I think it's n

Re: Ticket #2773: django.views.defaults.server_error should use RequestContext

2006-09-20 Thread Malcolm Tredinnick
On Thu, 2006-09-21 at 08:48 +1000, Malcolm Tredinnick wrote: > On Wed, 2006-09-20 at 22:48 +0100, Afternoon wrote: > > Just a quick note to say I've added a ticket and patch to modify > > django.views.defaults.server_error to use RequestContext instead of > > Context, thus making context-proce

Re: Ticket #2773: django.views.defaults.server_error should use RequestContext

2006-09-20 Thread Malcolm Tredinnick
On Wed, 2006-09-20 at 22:48 +0100, Afternoon wrote: > Just a quick note to say I've added a ticket and patch to modify > django.views.defaults.server_error to use RequestContext instead of > Context, thus making context-processor-generated context available to > 500 pages. Whilst I understa

Re: Serious problems with the way Django handles file uploads

2006-09-20 Thread jp
I found out a solution to the problem! Today I thought about possibly subverting Django's way of parsing file uploads and using something else to do so, while still using Django itself for everything else. After a question in IRC about it, someone mentioned that request.POST and request.FILES ar

Ticket #2773: django.views.defaults.server_error should use RequestContext

2006-09-20 Thread Afternoon
Just a quick note to say I've added a ticket and patch to modify django.views.defaults.server_error to use RequestContext instead of Context, thus making context-processor-generated context available to 500 pages. Ben --~--~-~--~~~---~--~~ You received this

Re: oracle backend constraint names(_get_sql_for_pending_references)

2006-09-20 Thread Carlo C8E Miron
Ciao world_domination_kites, On 9/20/06, world_domination_kites <[EMAIL PROTECTED]> wrote: > I recon what's required is a special cursor encapsulates all that CLOB > foolishness such that calling code can pretend it's a big text field. > That way 'TextField' could map to CLOB, and nobody would ha

Re: single-row database tables for properties

2006-09-20 Thread Ned Batchelder
[EMAIL PROTECTED] wrote: > I wanted a way to store 'properties' - single values over an app (or > project) that control the apps behaviour, for example a title to appear > on the page, or whether to display threads expanded or not in a forum. > I thought it would be nice to have these settings con

single-row database tables for properties

2006-09-20 Thread [EMAIL PROTECTED]
I wanted a way to store 'properties' - single values over an app (or project) that control the apps behaviour, for example a title to appear on the page, or whether to display threads expanded or not in a forum. I thought it would be nice to have these settings configurable from the Admin interfac

Re: pybots.org

2006-09-20 Thread Matthew Flanagan
Bad form to reply to myself but... On 20/09/06, Matthew Flanagan <[EMAIL PROTECTED]> wrote: > Hi, > > I've noticed a couple of tickets with patches coming in for python > 2.5. As I mentioned in this thread [1], it might be useful for the > django project to get a buildbot builder or two going on