Fix docs regarding reverse_delete_rule and delete signals (#1473)
This commit is contained in:
		
				
					committed by
					
						 Stefan Wójcik
						Stefan Wójcik
					
				
			
			
				
	
			
			
			
						parent
						
							f33cd625bf
						
					
				
				
					commit
					d8a7328365
				
			| @@ -361,11 +361,6 @@ Its value can take any of the following constants: | ||||
|    In Django, be sure to put all apps that have such delete rule declarations in | ||||
|    their :file:`models.py` in the :const:`INSTALLED_APPS` tuple. | ||||
|  | ||||
|  | ||||
| .. warning:: | ||||
|    Signals are not triggered when doing cascading updates / deletes - if this | ||||
|    is required you must manually handle the update / delete. | ||||
|  | ||||
| Generic reference fields | ||||
| '''''''''''''''''''''''' | ||||
| A second kind of reference field also exists, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user