Hi everyone.

As it is possible to customize the User model using AbstractUser or 
AbstractBaseUser, it would be great to be able to do the same with groups 
and permissions.

The goal is to provide 2 new abstract models "AbstractGroup" and 
"AbstractPermission", in order to benefit from all the already-developed 
stuff around these models.

In addition to these 2 new models, 2 new settings would come with :
AUTH_GROUP_MODEL
AUTH_PERMISSION_MODEL

to achieve the customization as it is possible to do with the User.

All of this would be great in order to enable developers to customize their 
models by adding new fields to them for instance.

I hope you will get the interest of it.

I'm open to discussions about that.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/5711b52e-78ec-401b-88b6-de4daaaa0b96%40googlegroups.com.

Reply via email to