| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									class-based-views
									
								
							
						
					
				 | 
				
					
						
							
							Refs #20456 -- Moved initialization of HEAD method based on GET to the View.setup() for generic views.
						
					
				 | 
				2019-10-30 14:43:52 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									contrib
									
								
							
						
					
				 | 
				
					
						
							
							Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups for RangeFields.
						
					
				 | 
				2019-11-14 22:27:29 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									files
									
								
							
						
					
				 | 
				
					
						
							
							Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path.
						
					
				 | 
				2019-10-31 09:06:05 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									forms
									
								
							
						
					
				 | 
				
					
						
							
							Fixed #30252 -- Clarified need to reopen forms.fields.ImageField.image file to access raw image data.
						
					
				 | 
				2019-11-11 11:48:16 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									models
									
								
							
						
					
				 | 
				
					
						
							
							Fixed #30958 -- Used a clearer example in the Cast() docs.
						
					
				 | 
				2019-11-11 09:42:53 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									templates
									
								
							
						
					
				 | 
				
					
						
							
							Fixed #30990 -- Fixed example output in 'z' date format docs.
						
					
				 | 
				2019-11-18 11:30:20 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								applications.txt
							
						
					
				 | 
				
					
						
							
							Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
						
					
				 | 
				2019-09-06 13:27:46 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								checks.txt
							
						
					
				 | 
				
					
						
							
							Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mixins.
						
					
				 | 
				2019-10-17 12:30:29 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								clickjacking.txt
							
						
					
				 | 
				
					
						
							
							Fixed #30732 -- Doc'd that SameSite cookies flags can affect xframe_options_exempt.
						
					
				 | 
				2019-09-23 15:09:37 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								csrf.txt
							
						
					
				 | 
				
					
						
							
							Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
						
					
				 | 
				2019-09-06 13:27:46 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								databases.txt
							
						
					
				 | 
				
					
						
							
							Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_for_update() options.
						
					
				 | 
				2019-11-05 14:34:40 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								django-admin.txt
							
						
					
				 | 
				
					
						
							
							Refs #30948 -- Updated install instructions to use pip instead of setup.py.
						
					
				 | 
				2019-11-08 13:26:35 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								exceptions.txt
							
						
					
				 | 
				
					
						
							
							Fixed #30451 -- Added ASGI handler and coroutine-safety.
						
					
				 | 
				2019-06-20 12:29:43 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								index.txt
							
						
					
				 | 
				
					
						
							
							Fixed #28581 -- Moved django.core.paginator documentation to API Reference.
						
					
				 | 
				2019-07-04 11:04:39 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								middleware.txt
							
						
					
				 | 
				
					
						
							
							Fixed some typos in comments and docs.
						
					
				 | 
				2019-10-02 15:50:46 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								migration-operations.txt
							
						
					
				 | 
				
					
						
							
							Fixed #28273 -- Doc'd fast nullable column creation with defaults.
						
					
				 | 
				2019-10-07 13:15:27 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								paginator.txt
							
						
					
				 | 
				
					
						
							
							Fixed #14218 -- Added Paginator.__iter__().
						
					
				 | 
				2019-10-02 09:49:31 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								request-response.txt
							
						
					
				 | 
				
					
						
							
							Refs #26601 -- Used new-style middlewares in documentation.
						
					
				 | 
				2019-09-24 09:58:17 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								schema-editor.txt
							
						
					
				 | 
				
					
						
							
							Removed versionadded/changed annotations for 2.2.
						
					
				 | 
				2019-09-10 12:01:00 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								settings.txt
							
						
					
				 | 
				
					
						
							
							Refs #29983 -- Added pathlib.Path support to the file email backend.
						
					
				 | 
				2019-11-06 09:33:07 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								signals.txt
							
						
					
				 | 
				
					
						
							
							Fixed typo in docs/ref/signals.txt.
						
					
				 | 
				2019-10-30 16:52:40 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								template-response.txt
							
						
					
				 | 
				
					
						
							
							Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
						
					
				 | 
				2019-09-06 13:27:46 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								unicode.txt
							
						
					
				 | 
				
					
						
							
							Removed unnecessary /static from links to PostgreSQL docs.
						
					
				 | 
				2019-03-29 21:49:44 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								urlresolvers.txt
							
						
					
				 | 
				
					
						
							
							Removed versionadded/changed annotations for 2.2.
						
					
				 | 
				2019-09-10 12:01:00 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								urls.txt
							
						
					
				 | 
				
					
						
							
							Documented arguments for custom 500 error view.
						
					
				 | 
				2019-11-06 09:08:15 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								utils.txt
							
						
					
				 | 
				
					
						
							
							Refs #28428 -- Made filepath_to_uri() support pathlib.Path.
						
					
				 | 
				2019-10-30 13:13:15 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								validators.txt
							
						
					
				 | 
				
					
						
							
							Removed versionadded/changed annotations for 2.2.
						
					
				 | 
				2019-09-10 12:01:00 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								views.txt
							
						
					
				 | 
				
					
						
							
							Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
						
					
				 | 
				2019-09-06 13:27:46 +02:00 |