mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-31 07:57:26 +03:00 
			
		
		
		
	Fix deprecations url in DeprecationWarning message.
This commit is contained in:
		
							parent
							
								
									dbc2ee4da9
								
							
						
					
					
						commit
						a96ed550bd
					
				|  | @ -7,6 +7,6 @@ class AbstractType(SubclassWithMeta): | ||||||
|     def __init_subclass__(cls, *args, **kwargs): |     def __init_subclass__(cls, *args, **kwargs): | ||||||
|         warn_deprecation( |         warn_deprecation( | ||||||
|             "Abstract type is deprecated, please use normal object inheritance instead.\n" |             "Abstract type is deprecated, please use normal object inheritance instead.\n" | ||||||
|             "See more: https://github.com/graphql-python/graphene/blob/v2.0.0/UPGRADE-v2.0.md#deprecations" |             "See more: https://github.com/graphql-python/graphene/blob/master/UPGRADE-v2.0.md#deprecations" | ||||||
|         ) |         ) | ||||||
|         super(AbstractType, cls).__init_subclass__(*args, **kwargs) |         super(AbstractType, cls).__init_subclass__(*args, **kwargs) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user