Changes between Version 10 and Version 11 of DjangoBranches
- Timestamp:
- Apr 29, 2008, 11:51:41 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoBranches
v10 v11 10 10 11 11 === Database layer === 12 * [wiki:QuerysetRefactorBranch queryset-refactor]: A refactoring of the way queries are constructed in Django's database layer.13 * [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.14 12 * [wiki:SchemaEvolution]: This is a new feature, under development as a project for the 2006 Summer of Code. 15 13 * [wiki:RowLevelPermissions]: Currently Django's permission system only works at the level of an entire model -- e.g., user "Bob" has access to add flatpages and edit users. This Summer of Code project will extend the permission system to be much more fine-grained, so permissions will be able to be assigned per object instead of per model (so, for example, user "Bob" could be given permission to edit only flatpage number 24 and user number 12, instead of all flatpages and all users). … … 39 37 40 38 Please note that the information regarding branches in the [http://www.djangoproject.com/documentation/contributing/#branch-policy Contributing] document is out of date with regards to Django's branch creation policy. 41