Changes between Version 236 and Version 237 of SprintIdeas


Ignore:
Timestamp:
Dec 7, 2007, 6:43:00 PM (16 years ago)
Author:
Simon G <dev@…>
Comment:

moving some completed tickets.

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v236 v237  
    116116 * #6039 Fix documentation about ATOM feeds
    117117 * #6047 db-api docs: invalid REGEX SQL equiv for SQLite
    118  * #6063 Need test-case showing SafeString/flup interaction
    119118 * #6083 Change contrib.auth to use the newforms framework
    120  * #6086 Refactor django.core.cache to deprecate "simple" backend
    121119 * #6093 fix a few regressions with python2.3 and postgresql_psychopg2 engine
    122  * #6099 Use hashes for the filenames in "filebased" backend of django.core.cache
    123 
    124120 * [http://code.djangoproject.com/wiki/SprintIdeas#GeoDjango GeoDjango tasks]
    125121
     
    166162 * #6024 Django's doctest clashes with coverage.py
    167163 * #6055 GenericRelation and db_column lookups
     164 * #6063 Need test-case showing SafeString/flup interaction
    168165 * #6064
    169166 * #6069 added patch
     
    172169 * #6078 added patch
    173170 * #6082 File based Session test fails for lack of /tmp directory on Windows Based System
     171 * #6086 Refactor django.core.cache to deprecate "simple" backend
    174172 * #6097 trivial patch for broken link in documentation
    175173 * #6099 Refactor filebased cache backend to use md5 hash filenames and fix a couple of bugs
    176174 * #6100 newforms-admin: popup won't be dismissed when adding
    177175 * #6110 added patch and tests to prevent python format on loaddata and dumpdata
     176
    178177
    179178=== Results of September Sprint ===
Back to Top