Version 12 (modified by mrts, 16 years ago) ( diff )

--

Specifications for various Django features

This page is meant to be a collaborative whiteboard for reaching agreement on designs of various issues. Usually this information is scattered around Django IRC channel, tickets and mailing lists and is both hard to find and quite often non-conclusive.

Non-trivial design decisions should converge into a clear specification that merges all the bits from different discussion sources. The process should be similar to PEPs:

  1. if it's a minor issue, just open a ticket and exit
  2. post your proposal to django-developers mailing list and open a corresponding ticket (review http://www.python.org/dev/peps/pep-0001/#pep-work-flow)
  3. if it is rejected on the mailing list, exit
  4. based on the feedback received, write a specification as a sub-page of this page, link it to the corresponding ticket and announce it to the mailing list

Specifications

Newforms-admin:

Fields:

Documentation:

Sessions:

Core:

Integrated specifications

Note: See TracWiki for help on using the wiki.
Back to Top