Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-class-based-views

Updating User model in Django with class based UpdateView

Is it okay to set instance variables in a Django class based view?

cache_page with Class Based Views

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

'function' object has no attribute 'as_view'

How to process a form (via get or post) using class-based views?

success_url in UpdateView, based on passed value

Django Class Based View for both Create and Update

django createview how to get the object that is created

How do you use get_context_data with TemplateView in Django [closed]

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

Django, name parameter in urlpatterns

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

How to set ForeignKey in CreateView?

Example of Django Class-Based DeleteView

How does the order of mixins affect the derived class?

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