Changes between Version 25 and Version 26 of Version1.1Features


Ignore:
Timestamp:
Sep 19, 2008, 5:34:48 AM (16 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1.1Features

    v25 v26  
    3838  * [ticket:8638 Disable all e-mail sending for debugging]
    3939  * [http://groups.google.com/group/django-developers/browse_thread/thread/297cbd7dec84ffb8/2f9d2878ae11284e `wsgi.file_wrapper` for large file serving] (see also #2131, #7894 and http://www.python.org/dev/peps/pep-0333/#optional-platform-specific-file-handling)
     40
     41----
     42
     43Misc:
     44 * create a list of tickets in trac db that have a high interested people count (as if something is important to many, it should be considered):
     45{{{
     46select summary from ticket where length(cc) > 100;
     47}}}
Back to Top