Changes between Version 260 and Version 261 of WikiStart


Ignore:
Timestamp:
Apr 7, 2007, 12:19:20 AM (17 years ago)
Author:
Adrian Holovaty
Comment:

Added link to UnicodeBranch

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v260 v261  
    2020Currently, 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.
    2121
    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.
    2324 * [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.
    2425 * [wiki:SchemaEvolution]: This is a new feature, under development as a project for the 2006 Summer of Code.
Back to Top