mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 01:47:59 +03:00 
			
		
		
		
	Version 3.9.1 (#6405)
* Version 3.9.1 * Upgrade bootstrap * Release notes for 3.9.1
This commit is contained in:
		
							parent
							
								
									4bb9a3c484
								
							
						
					
					
						commit
						453196e9c3
					
				| 
						 | 
				
			
			@ -40,6 +40,14 @@ You can determine your currently installed version using `pip show`:
 | 
			
		|||
 | 
			
		||||
## 3.9.x series
 | 
			
		||||
 | 
			
		||||
### 3.9.1
 | 
			
		||||
 | 
			
		||||
**Date**: [16th Janurary 2019][3.9.1-milestone]
 | 
			
		||||
 | 
			
		||||
* Resolve XSS issue in browsable API. [#6330][gh6330]
 | 
			
		||||
* Resolve issues with composable permissions. [#6299][gh6299]
 | 
			
		||||
* Respect `limit_choices_to` on foreign keys. [#6371][gh6371]
 | 
			
		||||
 | 
			
		||||
### 3.9.0
 | 
			
		||||
 | 
			
		||||
**Date**: [18th October 2018][3.9.0-milestone]
 | 
			
		||||
| 
						 | 
				
			
			@ -1135,6 +1143,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
 | 
			
		|||
[3.8.1-milestone]: https://github.com/encode/django-rest-framework/milestone/67?closed=1
 | 
			
		||||
[3.8.2-milestone]: https://github.com/encode/django-rest-framework/milestone/68?closed=1
 | 
			
		||||
[3.9.0-milestone]: https://github.com/encode/django-rest-framework/milestone/66?closed=1
 | 
			
		||||
[3.9.1-milestone]: https://github.com/encode/django-rest-framework/milestone/70?closed=1
 | 
			
		||||
 | 
			
		||||
<!-- 3.0.1 -->
 | 
			
		||||
[gh2013]: https://github.com/encode/django-rest-framework/issues/2013
 | 
			
		||||
| 
						 | 
				
			
			@ -2052,3 +2061,8 @@ For older release notes, [please see the version 2.x documentation][old-release-
 | 
			
		|||
[gh6233]: https://github.com/encode/django-rest-framework/issues/6233
 | 
			
		||||
[gh5753]: https://github.com/encode/django-rest-framework/issues/5753
 | 
			
		||||
[gh6229]: https://github.com/encode/django-rest-framework/issues/6229
 | 
			
		||||
 | 
			
		||||
<!-- 3.9.1 -->
 | 
			
		||||
[gh6330]: https://github.com/encode/django-rest-framework/issues/6330
 | 
			
		||||
[gh6299]: https://github.com/encode/django-rest-framework/issues/6299
 | 
			
		||||
[gh6371]: https://github.com/encode/django-rest-framework/issues/6371
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,10 +8,10 @@ ______ _____ _____ _____    __
 | 
			
		|||
"""
 | 
			
		||||
 | 
			
		||||
__title__ = 'Django REST framework'
 | 
			
		||||
__version__ = '3.9.0'
 | 
			
		||||
__version__ = '3.9.1'
 | 
			
		||||
__author__ = 'Tom Christie'
 | 
			
		||||
__license__ = 'BSD 2-Clause'
 | 
			
		||||
__copyright__ = 'Copyright 2011-2018 Tom Christie'
 | 
			
		||||
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'
 | 
			
		||||
 | 
			
		||||
# Version synonym
 | 
			
		||||
VERSION = __version__
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Loading…
	
		Reference in New Issue
	
	Block a user