mirror of
				https://github.com/django/django.git
				synced 2025-10-28 08:06:09 +00:00 
			
		
		
		
	
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							0b5a66b0d9
						
					
				
				
					commit
					f07d686974
				
			| @@ -12,7 +12,7 @@ Pre-commit checks | |||||||
| `pre-commit <https://pre-commit.com>`_ is a framework for managing pre-commit | `pre-commit <https://pre-commit.com>`_ is a framework for managing pre-commit | ||||||
| hooks. These hooks help to identify simple issues before committing code for | hooks. These hooks help to identify simple issues before committing code for | ||||||
| review. By checking for these issues before code review it allows the reviewer | review. By checking for these issues before code review it allows the reviewer | ||||||
| to focus on the change itself, and it can also help to reduce the number CI | to focus on the change itself, and it can also help to reduce the number of CI | ||||||
| runs. | runs. | ||||||
|  |  | ||||||
| To use the tool, first install ``pre-commit`` and then the git hooks: | To use the tool, first install ``pre-commit`` and then the git hooks: | ||||||
|   | |||||||
| @@ -2263,7 +2263,7 @@ Adding custom validation to the admin | |||||||
|  |  | ||||||
| You can also add custom validation of data in the admin. The automatic admin | You can also add custom validation of data in the admin. The automatic admin | ||||||
| interface reuses :mod:`django.forms`, and the ``ModelAdmin`` class gives you | interface reuses :mod:`django.forms`, and the ``ModelAdmin`` class gives you | ||||||
| the ability define your own form:: | the ability to define your own form:: | ||||||
|  |  | ||||||
|     class ArticleAdmin(admin.ModelAdmin): |     class ArticleAdmin(admin.ModelAdmin): | ||||||
|         form = MyArticleAdminForm |         form = MyArticleAdminForm | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user