Version 101 (modified by Jacob, 15 years ago) ( diff )

--

Proposed features for Django 1.1

Feature proposals for 1.1 are frozen as of November 13th. A draft list of accepted features will be posted shortly.

ORM:

Forms and templates:

Admin:

Serving dynamic content:

Files:

Comments:

Testing, debugging:

General:


Misc:

  • 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):
    select summary from ticket where length(cc) > 50; 
    
    tickets with 5 or more, 10 or more cc entries.
Note: See TracWiki for help on using the wiki.
Back to Top