Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Building Web Applications in Django/Week 3/Generic Views.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

### 3. In the class django.views.generic.detail.Detailview, which of the following methods is called earliest in the process?

- [ ] dispatch()
- [x] dispatch()
- [ ] get_queryset()
- [ ] get_object()
- [x] ender_to_response()
- [ ] render_to_response()

### 4. In the class django.views.generic.detail.DetailView, which of the following methods is called latest in the process?

Expand Down