Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-class-based-views

Authentication for class based views in Django

Django - Filtering in DetailView

django Initialising Choices in Form from Class Based View

Using django-dynamic-formset with CreateWithInlinesView from django-extra-views - multiple formsets

How to specify the name of the form variable used in the template of a FormView? (object_context_name for forms)

Django: CBV method form_valid() not called

Django class-based views function execution order

Redirect to next URL in django FormView

Access request.user in Django Classed Based Generic View

Django reverse url with parameters to a class based view

TemplateView in Django with custom status code

Django: CreateView with pre-populated and uneditable fields specified by query string

Django: ListView with post() method?

Are class based views widely used by the Django community?

Django DetailView - How to change the get_object to check a field

How do I set initial data on a Django class based generic createview with request data

Django class based views - UpdateView with two model forms - one submit

How to access form data in `FormView.get_success_url()`

django class-based view - UpdateView - How to access the request user while processing a form?

Why do I need to decorate login_required decorator with @method_decorator