Changes between Version 231 and Version 232 of WikiStart
- Timestamp:
- Nov 20, 2006, 1:56:43 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v231 v232 22 22 This category describes changes and some new features introduced in the development version of Django: 23 23 24 * [wiki:ActiveBranches]: A list of active branches where new features are being developed. 24 25 * [wiki:ModelInheritance]: Write-up discussing how inheritance/subclassing of models should work. Currently this is not implemented in the development version of Django, so if you need model subclassing stick to one of the older stable releases or use workarounds like one-to-one relationships. 25 26 * [wiki:SchemaEvolution]: This is a new feature, under development as a project for the 2006 Summer of Code.