Top "Class-based-views" questions

How to use permission_required decorators on django class-based views

I'm having a bit of trouble understanding how the new CBVs work. My question is this, I need to require …

django django-views django-authentication django-class-based-views class-based-views
Django: Search form in Class Based ListView

I am trying to realize a Class Based ListView which displays a selection of a table set. If the site …

django forms listview django-class-based-views class-based-views
Django: model object "has no attribute '_meta'" in class based view

Hi Stackoverflow people, I am working with class based views and for a test site, I followed the documentation to …

python django meta django-class-based-views class-based-views
Django: ListView with post() method?

I am trying to process two forms in a Django class based view. The site contains a form called form (…

python django formview django-class-based-views class-based-views