Removed unused comment directive in CBV topic docs.

This commit is contained in:
David 2022-01-04 12:46:20 +00:00 committed by Mariusz Felisiak
parent cc8e771c64
commit 973fa56652
1 changed files with 0 additions and 2 deletions

View File

@ -68,8 +68,6 @@ of built-in generic views to help generate list and detail views of objects.
Let's start by looking at some examples of showing a list of objects or an
individual object.
.. comment: link here to the other topic pages (form handling, date based, mixins)
We'll be using these models::
# models.py