Changes between Version 7 and Version 8 of SummerOfCode2012
- Timestamp:
- Mar 7, 2012, 5:41:06 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2012
v7 v8 11 11 If 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: 12 12 13 * Andrew Godwin (andrew@aeracode.org) -- schema alteration, IPv6 support13 * Andrew Godwin (andrew@aeracode.org) -- Schema Alteration 14 14 * Paul !McMillan (paul@mcmillan.ws) -- Security Improvements 15 15 … … 159 159 * 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]. 160 160 161 === IPv6 support ===162 * '''Complexity:''' Minor163 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 unreported169 * Can IPv6 support be added to configuration files (e.g., to specify memcache interfaces) in a transparent fashion?170 171 See also:172 * #11442173 * #7735174 175 161 === Best practices updates === 176 162 * '''Complexity:''' Moderate