New posts in django-class-based-views

Django, name parameter in urlpatterns

Getting __init__() got an unexpected keyword argument 'instance' with CreateView of Django

Update data inside class based detail view

Multiple form classes in django generic (class) views

Django - Class Based Generic View - "No URL to redirect to"

Accessing request.user in class based generic view CreateView in order to set FK field in Django

Is it necessary to have a model and inheritance in class based views?

Example of Django Class-Based DeleteView

How does the order of mixins affect the derived class?

Django: Can class-based views accept two forms at a time?

How to set ForeignKey in CreateView?

Provide extra context to all views

django class-based views with inline model-form or formset

What is the advantage of Class-Based views?

URL-parameters and logic in Django class-based views (TemplateView)

<Django object > is not JSON serializable

How to use permission_required decorators on django class-based views

Django form field different clean logic based on UpdateView or CreateView