Changes between Version 43 and Version 44 of SummerOfCode2006
- Timestamp:
- Apr 22, 2006, 10:14:54 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2006
v43 v44 61 61 * 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). 62 62 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 64 66 65 67 * Implement custom redirects and field templates for the admin system. (This isn't very ambitious as-is.)