Changes between Initial Version and Version 1 of Ticket #29977


Ignore:
Timestamp:
Nov 23, 2018, 1:02:40 PM (6 years ago)
Author:
Tim Graham
Comment:

Without the reporter's code, it's not clear to me why overriding AccessMixin.handle_no_permission() isn't sufficient.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29977

    • Property Resolutionneedsinfo
    • Property Status newclosed
    • Property Summary Allow customizing AccessMixin redirect behaviour.Allow customizing AccessMixin redirect
    • Property Type UncategorizedNew feature
  • Ticket #29977 – Description

    initial v1  
    1 Reported on #28379, ref https://code.djangoproject.com/changeset/9b1125bfc7e2dc747128e6e7e8a2259ff1a7d39f.
     1Reported on #28379, ref 9b1125bfc7e2dc747128e6e7e8a2259ff1a7d39f.
    22
    3 > note: this change made it to v2.1.3 (​https://github.com/django/django/releases/tag/2.1.3)
    43>
    54> just raising a 403 for authenticated users is not ideal.
Back to Top