mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 09:57:55 +03:00 
			
		
		
		
	Version 3.13.1
This commit is contained in:
		
							parent
							
								
									a780e80deb
								
							
						
					
					
						commit
						f4cf0260bf
					
				| 
						 | 
					@ -36,6 +36,12 @@ You can determine your currently installed version using `pip show`:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 3.13.x series
 | 
					## 3.13.x series
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### 3.13.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Date: 15th December 2021
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* Revert schema naming changes with function based `@api_view`. [#8297]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 3.13.0
 | 
					### 3.13.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Date: 13th December 2021
 | 
					Date: 13th December 2021
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10,7 +10,7 @@ ______ _____ _____ _____    __
 | 
				
			||||||
import django
 | 
					import django
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__title__ = 'Django REST framework'
 | 
					__title__ = 'Django REST framework'
 | 
				
			||||||
__version__ = '3.13.0'
 | 
					__version__ = '3.13.1'
 | 
				
			||||||
__author__ = 'Tom Christie'
 | 
					__author__ = 'Tom Christie'
 | 
				
			||||||
__license__ = 'BSD 3-Clause'
 | 
					__license__ = 'BSD 3-Clause'
 | 
				
			||||||
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'
 | 
					__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user