Re: the design of django group permission should be optimized in django.contrib.auth.ModelBackend

2018-09-06 Thread snhellogg
Hi Adam, After you reply, I make team OneToOneField to Group. Though it can sovle the basic problem. it have some problem in my scene. My project is a cloud item. it use SCIM to manage user and team identities in cloud. it transfer resource from sender to many receiver. Before I use OneT

Passing initial data to model formsets - a suggested improvement

2018-09-06 Thread Mark Gensler
Initial data for modelformsets is treated in an odd way, which was outlined and discussed in the issues below https://code.djangoproject.com/ticket/16995#comment:1 https://code.djangoproject.com/ticket/29739 (submitted by me) In summary, if the initial data provided to BaseModelFormSet.__init__

Adjusting MRO of the CBVs

2018-09-06 Thread Carlton Gibson
There's a ticket adjusting the MRO of DeleteView. https://code.djangoproject.com/ticket/29735 I'm closing this as `wontfix`: * It's nice in theory but... * not worth the breaking change. I'm posting here because I'm half-inclined to a Someday/Maybe (any least): surely, improving the structu