mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Removed period from save_delete_hooks docstring -- it doesn't fit our style
git-svn-id: http://code.djangoproject.com/svn/django/trunk@438 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| """ | ||||
| 13. Adding hooks before/after saving and deleting. | ||||
| 13. Adding hooks before/after saving and deleting | ||||
|  | ||||
| Django provides hooks for executing arbitrary code around ``save()`` and | ||||
| ``delete()``. Just add any of the following methods to your model: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user