Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-generic-views

Django - Pass model name as parameter to generic view

'Role' object has no attribute '__name__'

"name 'django' not defined" error when using the generic login view?

Django CreateView: set user before validation

Django: How to call class-based generic views in views.py?

Diference between get_context_data and queryset in Django generic views?

Django detailview get_queryset and get_object

Combining DetailView and CreateView in Django 1.6

Django Generic View UpdateView redirect URL with updated slug

Django: How do I update a model after a view has been rendered?

Django - queryset vs model in Generic View

Manually get response from class-based generic view

django: DetailView: self.object raises an error when called from the method post, but it does work when called from the method get_context_data

Accessing a context object in a Django class-based generic view

Django CreateView field labels

How can I tell if I'm doing a create or an update with django generic views (CreateView vs UpdateView) from my template?

extra context in django generic.listview

Django: How to set a hidden field on a generic create view?

Curious about get_form_kwargs in FormView