Changes between Version 35 and Version 36 of SummerOfCode2006


Ignore:
Timestamp:
Apr 22, 2006, 8:30:36 AM (19 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2006

    v35 v36  
    6666 * Refactor package settings so things like {{{django.template}}} are usable outside of django. [http://groups.google.com/group/django-developers/tree/browse_frm/thread/5b590b5487e500c1/c0f0d30cec89b107?rnum=1&q=GvR&_done=%2Fgroup%2Fdjango-developers%2Fbrowse_frm%2Fthread%2F5b590b5487e500c1%2Fdcce2e4ee4114894%3Fq%3DGvR%26rnum%3D1%26#doc_5aa26d41ed06ae7c details]
    6767
    68  * A better '''built-in''' webserver and an officially supported methodology to connect to '''lighttpd''' and similar servers. While the apache+modpython solution is highly performant there are numerous situations where that setup is unfeasible or overkill.
     68 * A better '''built-in''' webserver and an officially supported methodology to connect to '''lighttpd''' and similar servers. While the apache+modpython solution is highly performant there are numerous situations where that setup is unfeasible or overkill. It is great that Django scales up well, if would be great if it scaled downwards as far as setup and deployment goes.
    6969
    7070 * Streaming uploads and downloads. Uploading a large file can break django as the files are stored in the request. This is a very serious security flaw, denial of service attacks are as simple as uploading one large or more smaller files simultanously. 
Back to Top