Changes between Version 274 and Version 275 of SprintIdeas


Ignore:
Timestamp:
Jun 1, 2015, 6:34:21 PM (9 years ago)
Author:
Tim Graham
Comment:

Removed old ideas & added a new section for my ideas

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v274 v275  
    7272== Suggestions ==
    7373
    74 So you've joined the sprint and don't know where to start? Try one of these tasks!
     74So 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.
    7575
    76  * Whilst working on a task, assign it to yourself so other people know that it's yours.
    77  * If you complete a task, edit this page and remove the task from this list and add it to the [http://code.djangoproject.com/wiki/SprintIdeas#Results proper results section below]
    78  * If you make progress on a task and then leave it, edit this page leaving a note of what you've done.
    79  * Any of the '''sprint specific''' goals and tickets: read the page dedicated to [http://code.djangoproject.com/wiki/SprintIdeas#Nextupcomingsprint this specific sprint].
    80  * !FormPreview [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&component=django.contrib.formtools&order=priority and related tickets]
    81  * Sort out what's happening with limit_choices_to (#1891, #2445)
    82  * #1028 Add more elements to the high-level RSS Framework.
    83  * #2539 add unit tests and docs for `Custom tags and filters can be restricted by namespace`
    84  * #4030 Review the suggested patch for enabling auto-translation of language names
    85  * #7783 confirm which versions of postgres the patch works on.
    86  * [http://code.djangoproject.com/wiki/SprintIdeas#GeoDjango GeoDjango tasks]
    87  * #14643 & #14497 better widgets for readonly_fields
    88 
    89 
    90 == Results ==
    91 
    92 If you believe you've successfully dealt with a ticket, post it here so a core dev can have a look at it.
    93 Please order by ticket ID. '''Note:''' Don't close the tickets until they've been checked in.
    94 
    95 
    96 === Results of pycon08 sprint ===
    97 
    98  * #2723 (dec 07 sprint work) Added unit tests and improved patch, marked as ''ready for checkin'' during pycon08 sprint
    99  * #3542 (dec 07 sprint work) already marked as ''ready for checkin'', patch updated to trunk
    100 
    101 === Results of 1stDecember07 sprint ===
    102 
    103  * #2723 added patch (newforms-admin)
    104  * #2856 added patch
    105  * #4680 updated with tests
    106  * #3542 added patch
    107  * #4499 tested this, and could not reproduce
    108  * #5622 added patch
    109  * #6055 GenericRelation and db_column lookups
    110 
    111 === Results of september07 sprint ===
    112 
    113  * #1919 filter truncatewords wipes newlines from string, so not chainable with markup filters
    114  * #2504 ConditionalGetMiddleware causes Content-Length to be 0 on HttpResponse with fileobject
    115  * #3055 Invalid ticket as model in GenericRelation requires content_type/object_id fields.
    116  * #3485 Initial SQL fails when data contains a % in it when settings.DEBUG = True
    117  * #3997 small note in the docs about fields being required by default in an instance
    118  * #4094 patch to fix problem with months in databrowse calendar views
    119  * #5116 let newforms.Select display disabled entries
    120  * #5298 The extra_context keyword argument should be available in the auth app views
    121  * #5418 Add assertNoBrokenLinks() to test system
    122  * #5419 Fuzz testing assertions created along with some documentation
    123  * #5494 Fixed a bug in javascript message catalog search.
    124 
    125 == Other branches ==
    126 
    127 === GeoDjango ===
    128 
    129 [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&component=GIS&order=priority Open GeoDjango tickets]
    130 
    131 Task list (in order of importance):
    132  * #5472 Add !OpenLayers support in `django.contrib.gis.maps`
    133  * Fill out the documentation stubs and fix inconsistencies between the documentation and the code.
     76Mentor: 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"]
Back to Top