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
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
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
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
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
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
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
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
[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
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
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
11 matches
Mail list logo