Changes between Version 246 and Version 247 of WikiStart
- Timestamp:
- Jan 14, 2007, 1:31:22 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v246 v247 24 24 Currently, a number of branches of development aim to implement new features in Django. Each of these may or may not be stable, but we encourage you to test them out and give feedback to branch maintainers. Each branch has its own page. 25 25 26 * [wiki:NewformsAdminBranch newforms-admin]: A small refactoring of Django's admin site to use the [http://www.djangoproject.com/documentation/newforms/ newforms library] rather than automatic manipulators, allowing for additional customization of admin-site functionality. 26 27 * [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. 27 28 * [wiki:SchemaEvolution]: This is a new feature, under development as a project for the 2006 Summer of Code.