Changes between Version 10 and Version 11 of SummerOfCode2012


Ignore:
Timestamp:
Mar 20, 2012, 6:17:28 PM (12 years ago)
Author:
Russell Keith-Magee
Comment:

Added an extra idea about the validation project, and added myself to the mentors list.

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2012

    v10 v11  
    1515 * Travis Swicegood (travis@domain51.com) -- App Refactor
    1616 * Aymeric Augustin (aymeric.augustin@m4x.org) -- Enhanced auth.user
     17 * Russell Keith-Magee (russell@keith-magee.com) -- Validation, serialization
    1718
    1819== Students ==
     
    188189  * Some database backends have some reserved names for database columns (e.g. Oracle doesn't accept columns named ''date'' or ''number'')
    189190  * Some fields names chosen by the developer can clash with names of  [http://docs.djangoproject.com/en/dev//ref/models/querysets/#field-lookups ORM query lookups].
     191  * When a Django version is updated, some problems may be predictable by inspecting settings or models (e.g., looking for settings that have changed format, or have been deprecated)
    190192
    191193 * Provide a mechanism so applications can hook and get their own validation code run at this point. See for example ticket #8579.
Back to Top