Changes between Version 45 and Version 46 of SummerOfCode2006
- Timestamp:
- Apr 22, 2006, 10:17:53 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2006
v45 v46 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 * 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 51 52 52 * Implement ModelInheritance.