On 24/03/11 13:40, Kristaps Kūlis wrote:
> I wish to note that Nginx implements this feature differently than
> LigHTTPd and Apache2
> http://wiki.nginx.org/XSendfile ,
>
> Should django implementation consider that ?
>
I'd also note that wsgi itself apparently has an api abstraction
wsgi.file_w
On 18/03/11 04:59, Alex Kamedov wrote:
> On Thu, Mar 17, 2011 at 9:26 PM, Calvin Spealman wrote:
>
>> -1 On django manipulating PYTHONPATH
>
> +1 On encouraging people to keep their applications out of their project!
>>
> I think, it's a good idea to add new option to startapp command for create
On 15/10/10 07:11, Russell Keith-Magee wrote:
> We're happy to entertain design suggestions, but only if they're
> enlightened by the extensive discussions that have proceeded the
> implementation that we have. You're free to say "as_view() sucks", but
> unless you are proposing an *specific* alte
On 08/09/10 09:22, Patryk Zawadzki wrote:
>> 1) Use of IP address - a bad idea for the reasons I mentioned in my
>> other message.
>
> A lot of web frameworks I've worked with use the IP to lock the
> session cookie to prevent easy cookie theft.
... just mentioning the existence of django-parano
On 07/09/10 14:05, Patryk Zawadzki wrote:
> Not deprecated in Django sense. I don't think it's going away any time
> soon. Just that it's been discouraged for a while at the
> psycopg/database level.
Well, maybe "discouraged" is fair, but it does exist and you have the
option (and if you use Tran
On 07/09/10 16:16, Robert Gravsjö wrote:
>> with db.isolation(ISOLATION_SERIALIZABLE):
>> # ...
>>
>
> You don't want to serialize access to the database in a multi-user
> application.
Just in case: serializable transaction != serializing access - among
serializable level transactions, the
On 06/09/10 14:29, Patryk Zawadzki wrote:
> The problem only exists when Django sets isolation level to 1, if you
> use the deprecated "autocommit" setting, you will not be affected.
>
Uh. Is this deprecated? At what layer? Since when? I've been using it*
happily for a while (modulo that one kn
On 17/08/10 04:24, Russell Keith-Magee wrote:
> Adding timezone sensitivity to Django's time/datetime fields is
> something that has been on the project to-do list for almost as long
> as I've been associated with the project (coming up on 5 years).
Just noting existence of Brian Rosner's django
On 18/07/10 10:03, Florian Apolloner wrote:
> On Jul 17, 11:29 am, Gregor Müllegger wrote:
>> I think Florian meant that its not possible to change HTTP headers by
>> Javascript XSS attacks (or am I wrong here as well?).
> Exactly.
I think you're thinking of CSRF, javascripted client-side parts o
People doing ajax have probably hit the "XMLHttpRequest doesn't do file
uploads (at least not non-browser-specifically), use a hidden iframe
kludge or flash" issue. Anyway, maybe that will change one day, but
right now:
Things that try to handle file uploads via hidden iframes, like the
jquery-for
10 matches
Mail list logo