Changes between Version 43 and Version 44 of SummerOfCode2006


Ignore:
Timestamp:
Apr 22, 2006, 10:14:54 PM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2006

    v43 v44  
    6161 * Add spell checking to CharField and TextField with a well thought out interface (getting the interface right will be significantly harder than the backend code).
    6262
    63  * Change the permissions system to be more flexible (ACL's, Zope-style role based authorization, etc.)
     63 * Change the permissions system to be more flexible
     64   * ACL's, Zope-style role based authorization, etc.
     65   * Make something like models.RequestModel allowing to pass request to the model, the admin should be made to pass request if the model inherits from models.RequestModel
    6466
    6567 * Implement custom redirects and field templates for the admin system. (This isn't very ambitious as-is.)
Back to Top