Changes between Version 40 and Version 41 of SprintIdeas


Ignore:
Timestamp:
Sep 14, 2007, 8:13:58 AM (17 years ago)
Author:
Antti Kaihola
Comment:

unified suggestion list format, reworded #4030

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v40 v41  
    9595 * If you make progress on a task and then leave it, edit this page leaving a note of what you've done.
    9696
    97 discuss then do #2750 - `ManyToManyField ignores 'default' option`
    98 
    99 discuss then review #2983 - `ImageField not deleting previously attached file when updated`
    100 
    101 discuss/review #3496 - `WSGI handler dies on a form containing only empty checkboxes`
    102 
    103 discuss then do #3652 - `ChoiceField formfield for IntegerField and CharField`
    104 
    105 !FormPreview
    106   * Write documentation - #5432
    107   * review related tickets: http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&component=django.contrib.formtools&order=priority
    108 
    109 review #3724 - `Add Links for ImageField and FileField in admin_list.py`
    110 
    111 discuss limit_choices_to
    112 
    113   * http://code.djangoproject.com/ticket/1891
    114   * http://code.djangoproject.com/ticket/2445
    115   * http://code.djangoproject.com/ticket/4046
    116   * limit_choices_to admin related: (keeping in mind newforms-admin)
    117     * #29 - `Fix usability issue with limit_choices_to and "Add another" in admin`
    118     * http://code.djangoproject.com/ticket/3096
    119 
     97  * discuss then do #2750 - `ManyToManyField ignores 'default' option`
     98  * discuss then review #2983 - `ImageField not deleting previously attached file when updated`
     99  * discuss/review #3496 - `WSGI handler dies on a form containing only empty checkboxes`
     100  * discuss then do #3652 - `ChoiceField formfield for IntegerField and CharField`
     101  * !FormPreview
     102    * Write documentation - #5432
     103    * review related tickets: http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&component=django.contrib.formtools&order=priority
     104  * review #3724 - `Add Links for ImageField and FileField in admin_list.py`
     105  * discuss limit_choices_to
     106    * http://code.djangoproject.com/ticket/1891
     107    * http://code.djangoproject.com/ticket/2445
     108    * http://code.djangoproject.com/ticket/4046
     109    * limit_choices_to admin related: (keeping in mind newforms-admin)
     110      * #29 - `Fix usability issue with limit_choices_to and "Add another" in admin`
     111      * http://code.djangoproject.com/ticket/3096
    120112 * review #4076 - `Patch to Output Timezone in Date Fields for Atom Feeds`
    121113 * do #4223 - `Document how to create tests for Django framework itself`
     
    127119 * #1028 Add more elements to the high-level RSS Framework. Note that #3502 has time-to-live.
    128120 * #3594 Javascript setlang bug (with proposed patch) needs tests, please implement and double-check the patch
    129  * #4030 Enable auto-translation of language names
     121 * #4030 Review the suggested patch for enabling auto-translation of language names
    130122 * #4094 databrowse calendars do not translate the month back to english resulting in an error
    131123 * #4692 write up some documentation about the required database permissions
Back to Top