Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-class-based-views

Redirect to parent after deleting an object with DeleteObject generic view

Combining DetailView and CreateView in Django 1.6

Why doesn't self.object in a CreateView have an id after saving to the database?

How to restrict access to certain user to an UpdateView?

Using get_success_url on a DeleteView when relevant data has been removed

Django - using reverse() on Class-based views

Django CBV - How to avoid repeating the get_context_data for every view just to get a custom title?

Django CreateView - Display only particular objects in foreignkey field

Using Django CreateView without Form to Create Object

reverse urls for Django class based view

Django forms: most DRY way to organize create / update forms for inherited models

Django: DetailView implementing a get_queryset()

Using UserPassesTestMixin (class based view) AND redirect as well

How to do a DetailView in django 1.3?

Class-based (generic) views in Flask

Using mixins in class based view - Django

How do you modify form data before saving it while using Django's CreateView?

CBV CreateView limit ForeignKey based on get_initial()

Django CreateView success message not shown

Django UpdateView without pk in url