Changes between Version 44 and Version 45 of SummerOfCode2006


Ignore:
Timestamp:
Apr 22, 2006, 10:17:29 PM (19 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2006

    v44 v45  
    4848   * support for uploading large files through the admin with a pretty progress indicator
    4949
     50* Make something like models.RequestModel allowing to pass request to the model, so it would be possible to access the current user etc. from the model, the admin should be made to pass request if the model inherits from models.RequestModel
     51
    5052 * Implement ModelInheritance.
    5153
     
    6163 * 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).
    6264
    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
    66 
     65 * Change the permissions system to be more flexible (ACL's, Zope-style role based authorization, etc.)
     66   
    6767 * Implement custom redirects and field templates for the admin system. (This isn't very ambitious as-is.)
    6868
Back to Top