Changes between Version 4 and Version 5 of Sprint2011DjangoConEU


Ignore:
Timestamp:
Jun 9, 2011, 1:53:18 AM (13 years ago)
Author:
Russell Keith-Magee
Comment:

Added some tips on things to work on, and added a section for people to coordinate.

Legend:

Unmodified
Added
Removed
Modified
  • Sprint2011DjangoConEU

    v4 v5  
    1414== What should I work on? ==
    1515
     16Whatever excites you!
     17 * Triage bugs
     18 * Verify that patches that have been provided work as expected
     19 * Complete patches that have been provided by adding tests and/or documentation
     20 * Write code for a new feature
     21 * Kick around design ideas with other people to make a proposal for a bigger feature
     22
     23== What is everyone else working on? ==
     24
     25If you've got a particular area of interest, put your name, IRC handle and project idea below so that you can coordinate with others.
     26
    1627 * Form-calculus: `Form.__add__(self, other: Form) -> Form`
    1728 * Allow double-underscore notation in Meta.fields/exclude of modelforms
     29
Back to Top