Changes between Version 201 and Version 202 of SprintIdeas


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

adding a few completions and suggestions

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v201 v202  
    119119 * [http://code.djangoproject.com/wiki/SprintIdeas#GeoDjango GeoDjango tasks]
    120120 * #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.
     121 * #6083 - Change contrib.auth to use the newforms framework
     122 * #6071 - work out what broke @6777 to cause "maximum recursion depth exceeded"
     123 * #6070 - Document that SITE_ID is no longer required to run all tests
     124 * #6039 - Fix documentation about ATOM feeds
     125 * #4695 - work out what's happening with xgettext skipping some translated strings in js. files
     126
     127
    121128
    122129== Results ==
     
    137144 * #4707 Corrected the typos in the previous diff
    138145 * #5515 added patch
     146 * #5596 - "No buffer space available" error when downloading file
    139147 * #5743 added patch
    140148 * #5894 added patch
     149 * #5910 - Signals are unnamed making logging non-informative
    141150 * #5956 added unit test and fix
    142151 * #5996 added unit test and fix
     152 * #6024 - Django's doctest clashes with coverage.py
    143153 * #6069 added patch (needs triaging)
    144154 * #6078 added patch (needs triaging)
     155 * #6082 - File based Session test fails for lack of /tmp directory on Windows Based System
    145156
    146157=== Results of September Sprint ===
Back to Top