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

 * has_patch:  0 => 1
 * needs_tests:  1 => 0


Comment:

 I created a pull request for this ticket. An initial version of
 implementation and tests is in the pull request, documentation is yet to
 be done: https://github.com/django/django/pull/4749

 This proposal provides all the and only the functionality of all three
 authentication decorators from `contrib.auth`.

 While it is slightly differently implemented, it tries to stay compatible
 with the widely-used 3rd-party package `django-braces` in terms of
 parameter and method names. `django-braces` does have more functionality
 than the decorators have, but implementing this functionality in django
 itself is outside the scope of this ticket.

--
Ticket URL: <https://code.djangoproject.com/ticket/24914#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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.390731d1e7a48bbaf9f22ae4eea44a7d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to