Changes between Version 206 and Version 207 of SprintIdeas


Ignore:
Timestamp:
Dec 1, 2007, 8:10:41 PM (17 years ago)
Author:
Simon G <dev@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v206 v207  
    8989== Suggestions ==
    9090
    91 So you've joined the sprint and don't know where to start? Try one of these tasks!
    92 
    93  * Whilst working on a task, assign it to yourself so other people know that it's yours.
     91'''So you've joined the sprint and don't know where to start? Try one of these tasks!'''
     92
     93 * Whilst working on a task, assign it to yourself so other people know that it's yours. 
    9494 * If you complete a task, edit this page and remove the task
    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   * #13 - Polishing off interfaces for `order_with_respect_to`. See: http://james.wheare.org/notes/2007/11/ordering-related-objects-in-django
    98   * discuss then do #2750 - `ManyToManyField ignores 'default' option`
    99   * discuss then review #2983 - `ImageField not deleting previously attached file when updated` (per jacob, this should be fixed when #5361 is resolved)
    100   * review #4539 - translation.ugettext loses variable content from blocktrans
    101   * !FormPreview
    102     * review related tickets: http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&component=django.contrib.formtools&order=priority
    103   * discuss limit_choices_to
    104     * http://code.djangoproject.com/ticket/1891
    105     * http://code.djangoproject.com/ticket/2445
    106     * http://code.djangoproject.com/ticket/4046
    107     * limit_choices_to admin related: (keeping in mind newforms-admin)
    108       * #29 - `Fix usability issue with limit_choices_to and "Add another" in admin`
    109       * http://code.djangoproject.com/ticket/3096
     97 * !FormPreview [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&component=django.contrib.formtools&order=priority and related tickets]
     98 * Sort out what's happening with limit_choices_to (#1891, #2445, #4046)
    11099 * #1028 Add more elements to the high-level RSS Framework.
    111  * #3594 Javascript setlang bug (with proposed patch) needs tests, please implement and double-check the patch
     100 * #2539 add unit tests and docs for `Custom tags and filters can be restricted by namespace`
    112101 * #4030 Review the suggested patch for enabling auto-translation of language names
    113  * add unit tests and docs to #2539 - `Custom tags and filters can be restricted by namespace`
    114  * confirm #2493 - Error "reset"ing app with self-referencing ForeignKey - confirmed but not fixed
     102 * #4539 translation.ugettext loses variable content from blocktrans
     103 * #4609 [confirm as bug] (Content type names are not translated in Recent Actions listing) exists on newforms-admin
     104 * #4948 Work out why the FileFields patch is corrupting files on windows
    115105 * #5415 - Every SQL query should send a signal if possible
    116  * confirm #4609 (Content type names are not translated in Recent Actions listing) exists on newforms-admin
    117  * #4948 doesn't work on windows
     106 * #6083 Change contrib.auth to use the newforms framework
     107 * #6071 work out what broke @6777 to cause "maximum recursion depth exceeded"
     108 * #6070 Document that SITE_ID is no longer required to run all tests
     109 * #6039 Fix documentation about ATOM feeds
     110 * #4695 work out what's happening with xgettext skipping some translated strings in js. files
     111 * #6093 fix a few regressions with python2.3 and postgresql_psychopg2 engine
     112 * #6046 db-api docs: invalid REGEX SQL equiv for SQLite
     113
    118114 * [http://code.djangoproject.com/wiki/SprintIdeas#GeoDjango GeoDjango tasks]
    119  * #5638 besides, user might be an organization instead of a person, so i would suggest merge given name and family name in one single field. this would lead some back-compatibility issue, but i think it worths.
    120  * #6083 - Change contrib.auth to use the newforms framework
    121  * #6071 - work out what broke @6777 to cause "maximum recursion depth exceeded"
    122  * #6070 - Document that SITE_ID is no longer required to run all tests
    123  * #6039 - Fix documentation about ATOM feeds
    124  * #4695 - work out what's happening with xgettext skipping some translated strings in js. files
    125  * #6093 - fix a few regressions with python2.3 and postgresql_psychopg2 engine
    126  * #6046 - db-api docs: invalid REGEX SQL equiv for SQLite
    127115
    128116
Back to Top