Changes between Version 276 and Version 277 of SprintIdeas


Ignore:
Timestamp:
Jun 27, 2015, 1:01:24 PM (9 years ago)
Author:
Tim Graham
Comment:

Removed outdated thing to work on

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v276 v277  
    2323== What to work on? The concrete answer ==
    2424
    25 See the [http://code.djangoproject.com/wiki/SprintIdeas#Suggestions suggestions at the bottom of this page].
     25So you've joined the sprint and don't know where to start? Try one of the LittleEasyImprovements! While working on a task, assign it to yourself so other people know that it's yours.
    2626
    2727== What to work on? The longer answer ==
     
    6969 * Look for tickets [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&needs_docs=1&order=priority&stage=Accepted needing documentation] or needing improved documentation and try to complete them.
    7070 * Verify that old bugs still exist. Sometimes bugs get inadvertently fixed; either they're re-reported but not identified as duplicates, or a fix for one bug corrects another bug. These old tickets will continue to linger in the bug tracker unless someone confirms that they are no longer a problem.
    71 
    72 == Suggestions ==
    73 
    74 So you've joined the sprint and don't know where to start? Try one of these tasks! While working on a task, assign it to yourself so other people know that it's yours.
    75 
    76 Mentor: Tim Graham (timograham on IRC)
    77 * Add tests for [https://github.com/django/django/pull/4392 "Fixed #23658 -- Provides the password to PostgreSQL from "dbshell" command"]
    78 * Address review comments on [https://github.com/django/django/pull/3793 Fixed #22728 - Prohibited lookups usage for get_or_create]
    79 * Add a test and 1.8.3 release notes for [https://github.com/django/django/pull/4628 Fixed #24769 -- Added integer casting of "verbosity" option with optparse parser.]
    80 * Update the patch for [https://code.djangoproject.com/ticket/22804 #22804 -- A warning should be issued when an invalid separator is passed to signing.Signer]
Back to Top