#29748: Add AUTH_GROUP_MODEL setting to swap the group model
------------------------------+-----------------------------------------
     Reporter:  damoncheng    |                    Owner:  damoncheng
         Type:  New feature   |                   Status:  assigned
    Component:  contrib.auth  |                  Version:  dev
     Severity:  Normal        |               Resolution:
     Keywords:                |             Triage Stage:  Someday/Maybe
    Has patch:  0             |      Needs documentation:  0
  Needs tests:  0             |  Patch needs improvement:  0
Easy pickings:  0             |                    UI/UX:  0
------------------------------+-----------------------------------------

Comment (by Michael):

 I was just about to open ticket for this exact same thing. The most common
 use case I have come across when searching for a solution is to add a
 `description` field to the `Group` model. There seems to be no
 complicated/hacky solution to this. Most solution end up creating custom
 migrations within:

 {{{
 site-packages/django/contrib/auth/migrations/
 }}}

 Which lives outside ones project, and can't be version controlled.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29748#comment:9>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070181b5c86457-296251fc-f7bf-43ae-b0a0-f0a4a394c461-000000%40eu-central-1.amazonses.com.

Reply via email to