#24914: Include basic permission mixins into Django
------------------------------+------------------------------------
     Reporter:  raphaelm      |                    Owner:  MarkusH
         Type:  New feature   |                   Status:  closed
    Component:  contrib.auth  |                  Version:  master
     Severity:  Normal        |               Resolution:  fixed
     Keywords:                |             Triage Stage:  Accepted
    Has patch:  1             |      Needs documentation:  0
  Needs tests:  0             |  Patch needs improvement:  0
Easy pickings:  0             |                    UI/UX:  0
------------------------------+------------------------------------
Changes (by Markus Holtermann <info@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"e5cb4e14118f3a508e3bc00ee7cd50bb0f18a61d" e5cb4e1]:
 {{{
 #!CommitTicketReference repository=""
 revision="e5cb4e14118f3a508e3bc00ee7cd50bb0f18a61d"
 Fixed #24914 -- Added authentication mixins for CBVs

 Added the mixins LoginRequiredMixin, PermissionRequiredMixin and
 UserPassesTestMixin to contrib.auth as counterparts to the respective
 view decorators.

 The authentication mixins UserPassesTestMixin, LoginRequiredMixin and
 PermissionRequiredMixin have been inspired by django-braces
 <https://github.com/brack3t/django-braces/>

 Thanks Raphael Michel for the initial patch, tests and docs on the PR
 and Ana Balica, Kenneth Love, Marc Tamlyn, and Tim Graham for the
 review.
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/24914#comment:21>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.6296b7f28484fd8e7340db7a58820c24%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to