Changes between Version 46 and Version 47 of SummerOfCode2006
- Timestamp:
- Apr 22, 2006, 10:19:43 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2006
v46 v47 48 48 * support for uploading large files through the admin with a pretty progress indicator 49 49 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.RequestModel50 * Implement ModelInheritance. 51 51 52 * Implement ModelInheritance.52 * 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 53 53 54 54 * Implement SchemaEvolution.