Changes between Version 9 and Version 10 of SummerOfCode2008


Ignore:
Timestamp:
Mar 10, 2008, 7:18:00 PM (16 years ago)
Author:
James Bennett
Comment:

"Build some useful models" is basically "build an app" in disguise, and not valid for SoC

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2008

    v9 v10  
    3737 * Improve static page support in the built-in webserver. Make it useful for testing sites that may include CSS.
    3838
    39  * Make a set of sub-classes from models.Model to cover common website design patterns. Lots of design questions here, success would hinge on making a good choice of what design patterns to implement (things like User come to mind) and implementing them in such a way as to be as useful as possible to as many people as possible.
    40 
    4139 * Template language improvements including:
    4240  * Namespaces for templates (fixing the template parser, filter expressions and load tag to use namespaces)
Back to Top