On Tue, Apr 1, 2008 at 3:38 PM, Mat <[EMAIL PROTECTED]> wrote: > I'm looking at django for a new project, and have a quick question, I'm > going to need a mixture of the Query-set branch and generic-auth branch, I > really need object based permissions, but it seems like generic-auth was > last modified ~1 year ago, does that mean its complete, the wiki seems to > say in-progress and docs need updating, does anyone know the state of it?
The state of it is "dead". A quick field guide to branches of Django: * queryset-refactor is active and will merge into trunk before Django 1.0 is released. * newforms-admin is active and will merge into trunk before Django 1.0 is released. * gis is active and aims to produce a 'contrib' app which can be bundled with Django at some point. * Branches whose names end in "bugfixes" provide security updates for specific release versions. * Everything else is dead or finished. If the current Django documentation doesn't contain mention of a feature a branch was working on, then that branch/feature never landed. > Also the wiki says "The authentication framework is changing to be far more > flexible, and API changes may be necessary.", what is this likely to be, > Object based permissions??? (I hope!!), and any news on a timeframe? 99.99999999999999999% of what people want "object-based permissions" for is really to implement an admin interface where some users are only allowed to edit things they themselves created in the first place. The refactoring in newforms-admin makes this ludicrously easy to do without a complex permissions system, so odds are that "object-based permissions" are a dead end. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---