#14451: add related_name to contrib.auth.models.User for 'groups'
-------------------------------------+-------------------------------------
     Reporter:  tvon                 |                    Owner:  anonymous
         Type:  New feature          |                   Status:  assigned
    Component:  contrib.auth         |                  Version:  1.2
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Design
    Has patch:  0                    |  decision needed
  Needs tests:  0                    |      Needs documentation:  0
Easy pickings:  0                    |  Patch needs improvement:  0
                                     |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by aaugustin):

 * stage:  Someday/Maybe => Design decision needed


Comment:

 This can be done with a deprecation path right now if we want to. During
 the transition, `Group.users_set` would be a property raising a
 deprecation warning and returning `members`.

 However I don't know if there's much value in forcing this change upon all
 users of Django.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/14451#comment:6>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to