Changes between Version 260 and Version 261 of WikiStart
- Timestamp:
- Apr 7, 2007, 12:19:20 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v260 v261 20 20 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. 21 21 22 * [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. 22 * [wiki:NewformsAdminBranch newforms-admin]: A 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. 23 * [wiki:UnicodeBranch]: An effort to make Django's internals use Unicode objects throughout. 23 24 * [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. 24 25 * [wiki:SchemaEvolution]: This is a new feature, under development as a project for the 2006 Summer of Code.