Version 63 (modified by Thomas Güttler, 15 years ago) ( diff )

Decoupling authentication from calling a view.

Proposed features for Django 1.1

Please list any proposed features for 1.1 below, along with links to relevent tickets, django-dev discussions, etc.

ORM:

Forms and templates:

Admin:

Serving dynamic content:

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; 
    
Note: See TracWiki for help on using the wiki.
Back to Top