arthur debert wrote:
>Hi Ivan.
>
>Just to make sure I understand:
>- after patching django I 've set:
>STORE_UPLOAD_ON_DISK = True
>
>I am trying to use this on the admin. Any more steps I must take?
>
>
Hm... I don't think it would help very much in admin. The patch provides
an interface to a
yeah, this is really a huge wart ,
what Django does here - holds everything in memory - works only for the
simplest cases thus makes django unsuited for a whole slew of web
applications
too bad that in a news environment uploading larger files is not a
typical use case, that's why this fix takes
Hi Ivan.
Just to make sure I understand:
- after patching django I 've set:
STORE_UPLOAD_ON_DISK = True
I am trying to use this on the admin. Any more steps I must take?
thanks a lot
(for the patch and help)
arthur
--~--~-~--~~~---~--~~
You received this messag
arthur debert wrote:
>I have an app that uploads a 4mb file and is taking a ton of memory.
>>From tickets 1484/1569 they are set as fixed, but I cannot find them on
>django's source code. Are these patches active in trunk? If not,
>anyones knows if they're working after the merge? Anyone using th
On 5/12/06, arthur debert <[EMAIL PROTECTED]> wrote:
> I have an app that uploads a 4mb file and is taking a ton of memory.
> >From tickets 1484/1569 they are set as fixed, but I cannot find them on
> django's source code. Are these patches active in trunk? If not,
> anyones knows if they're worki
Hi folks.
Following this thread (
http://groups.google.com/group/django-developers/browse_frm/thread/a0ae32019bb02f05/2c05c5363516ea76?q=streaming&rnum=2#2c05c5363516ea76)
, since I can't reply there ( over 30 days old, google tells me).
I have an app that uploads a 4mb file and is taking a ton o
Maniac wrote:
>I just saw that Adrian has now commited the "response" part so unified
>patch is not needed anymore. I'll update "request" patch for new lines
>count (and try to fix code styling issues as I keep writing it wrong
>:-( ).
>
>
Done
--~--~-~--~~~---~--~-
Sorry for not replying for past 2 days, Google caught a bounce from my
mail host and stopped to send new mails :-(
I just saw that Adrian has now commited the "response" part so unified
patch is not needed anymore. I'll update "request" patch for new lines
count (and try to fix code styling issue
On 4/8/06, Ivan Sagalaev <[EMAIL PROTECTED]> wrote:
> May I kindly ask some attention (especially commiters' :-) ) to a pair
> of tickets that enable uploading and downloading large files:
>
> http://code.djangoproject.com/ticket/1484 - request part
> http://code.djangoproject.com/ticket/1569 - re
On Apr 8, 2006, at 2:31 AM, Ivan Sagalaev wrote:
> May I kindly ask some attention (especially commiters' :-) ) to a pair
> of tickets that enable uploading and downloading large files:
>
> http://code.djangoproject.com/ticket/1484 - request part
> http://code.djangoproject.com/ticket/1569 - respo
May I kindly ask some attention (especially commiters' :-) ) to a pair
of tickets that enable uploading and downloading large files:
http://code.djangoproject.com/ticket/1484 - request part
http://code.djangoproject.com/ticket/1569 - response part
I use them both on a daily basis in two project
11 matches
Mail list logo