mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	[1.6.x] Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txt
Thanks ijl20@ for the report.
Backport of ecd746191c from master
			
			
This commit is contained in:
		| @@ -70,7 +70,7 @@ DetailView | ||||
|         <p>{{ object.content }}</p> | ||||
|         <p>Reporter: {{ object.reporter }}</p> | ||||
|         <p>Published: {{ object.pub_date|date }}</p> | ||||
|         <p>Date: {{ object.now|date }}</p> | ||||
|         <p>Date: {{ now|date }}</p> | ||||
|  | ||||
| ListView | ||||
| -------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user