mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Refs #34380 -- Fixed the documented URLField default scheme to https.
Missed in 9a3f86e960.
			
			
This commit is contained in:
		| @@ -1142,7 +1142,7 @@ For each field, we describe the default widget used if you don't specify | ||||
|     .. attribute:: assume_scheme | ||||
|  | ||||
|         The scheme assumed for URLs provided without one. Defaults to | ||||
|         ``"http"``. For example, if ``assume_scheme`` is ``"https"`` and the | ||||
|         ``"https"``. For example, if ``assume_scheme`` is ``"https"`` and the | ||||
|         provided value is ``"example.com"``, the normalized value will be | ||||
|         ``"https://example.com"``. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user