Changes between Version 10 and Version 11 of SummerOfCode2009


Ignore:
Timestamp:
Mar 13, 2009, 8:34:45 PM (15 years ago)
Author:
Russell Keith-Magee
Comment:

Added some ticket references to the GSoC ideas.

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2009

    v10 v11  
    4242 * [http://groups.google.com/group/django-developers/browse_thread/thread/9a672d5bbbe67562 Denormalized model fields] (#8946)
    4343 * Add dynamic lookup capability to the serializers (#7052)
    44  * Extend query expressions (F() syntax) to handle other data types, especially strings and dates
     44 * Improve Query Expressions (F() syntax): Extend F() to handle other data types, especially strings and dates (#10154), and integrate F() with annotate(), allowing expressions to be annotated onto a model (#10302).
    4545 * I18N improvements: there are a couple of places where i18n support is not complete, see for instance [http://vaig.be/2008/07/django-i18n-status.html this summary of Marc Garcia] on this topic + related bugs.
    4646 * [http://code.djangoproject.com/ticket/3011 Allow for extendable auth_user module] (add an abstract base class for User too)
Back to Top