Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-class-based-views

How to decorate different http method in a single class based view

Accessing the current view class instance in Django middleware

Django reverse class based views by function name do not work

django - AttributeError: 'NoneType' object has no attribute 'first_name'

Django CreateView is not saving object

How do I use UpdateView?

Simple example of how to use a class based view and django-filter?

django filtering by user id in Class based ListView

Django CreateView gives an error "needs to have a value for field "..." before this many-to-many relationship can be used."

Render a template instead a success_url in form_valid with FormView django

TypeError: post() got an unexpected keyword argument

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