Changes between Version 7 and Version 8 of SummerOfCode2012


Ignore:
Timestamp:
Mar 7, 2012, 5:41:06 PM (12 years ago)
Author:
Andrew Godwin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2012

    v7 v8  
    1111If you're interested in mentoring -- supervising a student in work on Django-related activities -- add your name, email, and the sort of projects you're interested in mentoring here:
    1212
    13  * Andrew Godwin (andrew@aeracode.org) -- schema alteration, IPv6 support
     13 * Andrew Godwin (andrew@aeracode.org) -- Schema Alteration
    1414 * Paul !McMillan (paul@mcmillan.ws) -- Security Improvements
    1515
     
    159159 * The [http://groups.google.com/group/django-developers/search?group=django-developers&q=serialization+gsoc&qt_g=Search+this+group many past unsuccessful GSoC proposals regarding serialization improvements].
    160160
    161 === IPv6 support ===
    162  * '''Complexity:''' Minor
    163 
    164 Django doesn't currently provide support for IPv6. This project would update Django to provide support for IPv6 wherever Django currently uses IPv4 addresses.
    165 
    166 Issues to consider:
    167  * Can IPv6 support be added to model fields without adding a new field type? Add ipv6=False kwarg to IPAddressField?
    168  * Is there anywhere in the WSGI/FCGI interface where IPv6 issues exist, but are currently unreported
    169  * Can IPv6 support be added to configuration files (e.g., to specify memcache interfaces) in a transparent fashion?
    170 
    171 See also:
    172  * #11442
    173  * #7735
    174 
    175161=== Best practices updates ===
    176162* '''Complexity:''' Moderate
Back to Top