Changes between Version 261 and Version 262 of SprintIdeas
- Timestamp:
- Jul 22, 2008, 5:51:24 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SprintIdeas
v261 v262 71 71 * Look for tickets needing documentation or needing improved documentation and try to complete them. 72 72 73 == Areas requiring caution ==74 75 There may be areas in Django that are undergoing some fairly major change. Have care if you are wanting to work in the following areas.76 77 === Admin interface ===78 79 Joseph Kocherhans is leading the charge to finish the NewformsAdminBranch, which will replace the existing admin code. This branch will be merged into trunk within a couple of weeks (probably a week before the [http://code.djangoproject.com/wiki/SprintEuroPython2008 EuroPython2008 sprint]).80 81 Consequently, any tickets against the existing admin code that are not real showstoppers and having small impact are unlikely to be applied. We would rather develop the same patch against newforms-admin and fix the problem permanently over there.82 83 By all means, pick some admin tickets to work on. However, read the ticket and try to repeat the problem on newforms-admin. Then write a patch against that branch, rather than trunk.84 85 73 == Suggestions == 86 74 … … 93 81 * Any of the '''sprint specific''' goals and tickets: read the page dedicated to [http://code.djangoproject.com/wiki/SprintIdeas#Nextupcomingsprint this specific sprint]. 94 82 * !FormPreview [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&component=django.contrib.formtools&order=priority and related tickets] 95 * Sort out what's happening with limit_choices_to (#1891, #2445 , #4046)83 * Sort out what's happening with limit_choices_to (#1891, #2445) 96 84 * #1028 Add more elements to the high-level RSS Framework. 97 85 * #2539 add unit tests and docs for `Custom tags and filters can be restricted by namespace` 98 86 * #4030 Review the suggested patch for enabling auto-translation of language names 99 * #4305 Patch needs to be reviewed before checkin100 87 * #4609 [confirm as bug] (Content type names are not translated in Recent Actions listing) exists on newforms-admin 101 88 * #4695 work out what's happening with xgettext skipping some translated strings in js. files … … 104 91 * #5415 Every SQL query should send a signal if possible 105 92 * #5591 i18n documentation: Incorrect statement about template variables in {% trans %} 106 * #6009 UnicodeDecodeError when uploading file with non-english filename.107 93 * #6039 Fix documentation about ATOM feeds 108 94 * #6047 db-api docs: invalid REGEX SQL equiv for SQLite