Sponsor of the Day:
Jerkmate
https://ccbv.co.uk/projects/Django/6.0/django.views.generic.dates/MonthArchiveView/
MonthArchiveView -- Classy CBV
MonthArchiveView in Django 6.0. List of objects published in a given month.
classy cbv
https://ccbv.co.uk/projects/Django/6.0/django.views.generic.detail/BaseDetailView/
BaseDetailView -- Classy CBV
BaseDetailView in Django 6.0. Base view for displaying a single object. This requires subclassing to provide a response mixin.
classy cbv
https://ccbv.co.uk/projects/Django/6.0/django.views.generic.base/RedirectView/
RedirectView -- Classy CBV
RedirectView in Django 6.0. Provide a redirect on any GET request.
classy cbv
https://ccbv.co.uk/projects/Django/6.0/django.contrib.auth.mixins/UserPassesTestMixin/
UserPassesTestMixin -- Classy CBV
UserPassesTestMixin in Django 6.0. Deny a request with a permission error if the test_func() method returns False.
classy cbv
https://ccbv.co.uk/projects/Django/6.0/django.views.generic.edit/BaseUpdateView/
BaseUpdateView -- Classy CBV
BaseUpdateView in Django 6.0. Base view for updating an existing object. This requires subclassing to provide a response mixin.
classy cbv
https://ccbv.co.uk/projects/Django/6.0/django.views.generic.edit/FormView/
FormView -- Classy CBV
FormView in Django 6.0. A view for displaying a form and rendering a template response.
classy cbv