Changes between Version 11 and Version 12 of SprintIdeas


Ignore:
Timestamp:
Sep 13, 2007, 5:35:13 PM (17 years ago)
Author:
Chris Beaven
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v11 v12  
    1212
    1313'''Work on whatever you like.'''
     14
     15If you want some suggestions, there are some at the bottom of this page
    1416
    1517Our development process during the sprint will fundamentally be no different from standard Django development -- that is, contributors scratch their own itches, solve the problems they want to solve, and generally do what they want to do. The difference in the sprint, of course, is that a lot of people are going to be in more-or-less real-time contact, which makes it easier for ''more'' contributions to happen ''faster''. (Some sprinters will be in the same physical location and the IRC channel will be available for more rapid feedback.)
     
    7779
    7880If you come across a ticket that looks like a !QuerySet problem and has to do with SQL construction, add that keyword.
     81
     82== Suggestions ==
     83
     84So you've joined the sprint and don't know where to start? Try one of these tasks!
     85
     86 * If you complete a task, edit this page and remove the task
     87 * If you make progress on a task and then leave it, edit this page leaving a note of what you've done.
     88
     89do #5299 - `mod_python documentation issues`
     90
     91review #208 - `Allow the strings the cycle tag uses to contain spaces.`
     92
     93discuss then do #2750 - `ManyToManyField ignores 'default' option`
     94
     95discuss then review #2983 - `ImageField not deleing previously attached file when updated`
     96
     97discuss/review #3496 - `WSGI handler dies on a form containing only empty checkboxes`
     98
     99discuss then do #3652 - `ChoiceField formfield for IntegerField and CharField`
     100
     101review #3757 - `FormPreview throwing AttributeError?`
     102
     103review #3724 - `Add Links for ImageField and FileField in admin_list.py`
     104
     105review #3922 - `formfield_callback in form_for_model also changes refering model`
     106
     107review #3895 - `archive_index should have template_object_name`
     108
     109discuss limit_choices_to
     110
     111  * http://code.djangoproject.com/ticket/1891
     112  * http://code.djangoproject.com/ticket/2445
     113  * http://code.djangoproject.com/ticket/4046
     114  * limit_choices_to admin related: (keeping in mind newforms-admin)
     115    * #29 - `Fix usability issue with limit_choices_to and "Add another" in admin`
     116    * http://code.djangoproject.com/ticket/3096
     117
     118review #4076 - `Patch to Output Timezone in Date Fields for Atom Feeds`
     119
     120do #4223 - `Document how to create tests for Django framework itself`
     121
     122review #4091 - `Not able to get choices widget to auto selected="selected" on model_for_instance`
Back to Top