Changes between Version 171 and Version 172 of WikiStart


Ignore:
Timestamp:
Jul 6, 2006, 8:33:53 AM (18 years ago)
Author:
James Bennett
Comment:

Warning about generic foreign keys being only partially implemented

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v171 v172  
    2323 * [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).
    2424 * [wiki:GenericAuthorization]: A more flexible authorization system for Django. The new system should allow for ACL's, role-based systems, and Django's current model-level permissions.
     25* 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.
    2526
    2627== Descriptions of major changes to the codebase ==
Back to Top