mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Restored django.db.models.F import in final code snippet added at the beginning of tutorial 4.
This commit is contained in:
		| @@ -272,6 +272,7 @@ views and use Django's generic views instead. To do so, open the | ||||
| .. code-block:: python | ||||
|     :caption: ``polls/views.py`` | ||||
|  | ||||
|     from django.db.models import F | ||||
|     from django.http import HttpResponseRedirect | ||||
|     from django.shortcuts import get_object_or_404, render | ||||
|     from django.urls import reverse | ||||
|   | ||||
		Reference in New Issue
	
	Block a user