contrib.admin vs contrib.auth login schemes

2006-09-02 Thread Russell Keith-Magee
Hi all,In messing around with the test Client recently, it occurred to me that there is some duplication in login schemes between contrib.admin and contrib.auth.Is there any particular reason that contrib.admin doesn't use the login views and decorators provided by contrib.auth? Both admin and au

Re: generic-auth and per-object-permission integration

2006-09-02 Thread Chris Long
Already had a few people point out some bugs and some features they want. Community involvement is key to get this moving ahead as quickly as possible. Chris Joseph Kocherhans wrote: > On 9/1/06, Linicks <[EMAIL PROTECTED]> wrote: > > > > Once (gen-auth/pop) are merged, what are the major barrie

Re: generic-auth and per-object-permission integration

2006-09-02 Thread Chris Long
Joseph Kocherhans wrote: > So I should probably get started on the generic-auth and > per-object-permissions (hereafter pop) integration soon. I've had > problems trying to merge changes from the trunk into the generic-auth > branch, so I'd just assume call that branch dead. The actual > generic-

generic date_based views

2006-09-02 Thread dummy
Hi all, most generic views from date_based accept a template_object_name keyword arg, except the archive_index, instead the latest object_list is created in the RequestContext. I would suggest to apply the attached patch, to make keyword arg template_object_name available with respect to the o