Changes between Initial Version and Version 2 of Ticket #30348
- Timestamp:
- Apr 15, 2019, 6:14:11 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30348 – Description
initial v2 1 Create a new decorator **superuser_required** which has use cases when only super users can access certain views.1 Create a new decorator **superuser_required** and **SuperuserRequiredMixin** which has use cases when only super users can access certain views. 2 2 Github PR is at https://github.com/django/django/pull/10640