Changes between Version 264 and Version 265 of WikiStart
- Timestamp:
- Jul 19, 2007, 3:43:13 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v264 v265 21 21 22 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.24 23 * [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 24 * [wiki:SchemaEvolution]: This is a new feature, under development as a project for the 2006 Summer of Code. … … 30 29 * [wiki:GeoDjango]: A branch for building GIS-enabled web applications. Includes geometry-related fields and an interface for using Django's ORM with a spatial database (currently only PostGIS). 31 30 * Generic relations: a "generic foreign key" feature is currently under development, but not yet completed. There is no support for it yet in the admin application, and it is probably unwise to attempt to use it in a production application. 32 * [wiki:OracleBranch]: A branch to bring Oracle database support up to par with other backends. It's nearly complete--please help us test!33 31 34 32 We are discouraging the creation of new branches inside the Django repository in the future; if you'd like to work on a major new contribution to Django, we encourage you to set up a new "branch" elsewhere and let the Django-developers mailing list know about it. One easy way to do this is via [http://www.selenic.com/mercurial/ Mercurial], a distributed version control system; Tom Tobin has set up a Mercurial repository mirroring Django's trunk at [http://hg.korpios.com/django.trunk].