mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.6.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.
Backport of 0c9f40f776 from master
			
			
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| ===================== | ============================== | ||||||
| Class-based views API | Built-in Class-based views API | ||||||
| ===================== | ============================== | ||||||
|  |  | ||||||
| Class-based views API reference. For introductory material, see | Class-based views API reference. For introductory material, see | ||||||
| :doc:`/topics/class-based-views/index`. | :doc:`/topics/class-based-views/index`. | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| .. _Generic views: | .. _Generic views: | ||||||
|  |  | ||||||
| ========================= | ================================== | ||||||
| Class-based generic views | Built-in Class-based generic views | ||||||
| ========================= | ================================== | ||||||
|  |  | ||||||
| Writing Web applications can be monotonous, because we repeat certain patterns | 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 | again and again. Django tries to take away some of that monotony at the model | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user