mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Closes #2808: Loosen version pinning for Django to allow patch releases
This commit is contained in:
		@@ -10,6 +10,7 @@ v2.5.4 (FUTURE)
 | 
			
		||||
* [#2766](https://github.com/digitalocean/netbox/issues/2766) - Extend users admin table to include superuser and active fields
 | 
			
		||||
* [#2782](https://github.com/digitalocean/netbox/issues/2782) - Add `is_pool` field for prefix filtering
 | 
			
		||||
* [#2807](https://github.com/digitalocean/netbox/issues/2807) - Include device site/rack assignment in cable trace view
 | 
			
		||||
* [#2808](https://github.com/digitalocean/netbox/issues/2808) - Loosen version pinning for Django to allow patch releases
 | 
			
		||||
 | 
			
		||||
## Bug Fixes
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
Django==2.1.4
 | 
			
		||||
Django>=2.1.5,<2.2
 | 
			
		||||
django-cors-headers==2.4.0
 | 
			
		||||
django-debug-toolbar==1.11
 | 
			
		||||
django-filter==2.0.0
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user