mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Fixed #22154 -- Added "Built-in" to some class-based views titles.
This commit is contained in:
parent
abd640fbdf
commit
0c9f40f776
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
.. _Generic views:
|
||||
|
||||
=========================
|
||||
Class-based generic views
|
||||
=========================
|
||||
==================================
|
||||
Built-in Class-based generic views
|
||||
==================================
|
||||
|
||||
Writing Web applications can be monotonous, because we repeat certain patterns
|
||||
again and again. Django tries to take away some of that monotony at the model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue