mirror of
				https://github.com/django/django.git
				synced 2025-11-03 21:25:09 +00:00 
			
		
		
		
	Fixed typo in docs/ref/checks.txt.
This commit is contained in:
		
							parent
							
								
									afcad0f1b1
								
							
						
					
					
						commit
						b3b0be3df3
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -589,10 +589,10 @@ with the admin site:
 | 
				
			||||||
* **admin.E016**: The value of ``form`` must inherit from ``BaseModelForm``.
 | 
					* **admin.E016**: The value of ``form`` must inherit from ``BaseModelForm``.
 | 
				
			||||||
* **admin.E017**: The value of ``filter_vertical`` must be a list or tuple.
 | 
					* **admin.E017**: The value of ``filter_vertical`` must be a list or tuple.
 | 
				
			||||||
* **admin.E018**: The value of ``filter_horizontal`` must be a list or tuple.
 | 
					* **admin.E018**: The value of ``filter_horizontal`` must be a list or tuple.
 | 
				
			||||||
* **admin.E019**: The value of ``filter_vertical[n]/filter_vertical[n]`` refers
 | 
					* **admin.E019**: The value of ``filter_vertical[n]/filter_horizontal[n]``
 | 
				
			||||||
  to ``<field name>``, which is not an attribute of ``<model>``.
 | 
					  refers to ``<field name>``, which is not an attribute of ``<model>``.
 | 
				
			||||||
* **admin.E020**: The value of ``filter_vertical[n]/filter_vertical[n]`` must
 | 
					* **admin.E020**: The value of ``filter_vertical[n]/filter_horizontal[n]``
 | 
				
			||||||
  be a many-to-many field.
 | 
					  must be a many-to-many field.
 | 
				
			||||||
* **admin.E021**: The value of ``radio_fields`` must be a dictionary.
 | 
					* **admin.E021**: The value of ``radio_fields`` must be a dictionary.
 | 
				
			||||||
* **admin.E022**: The value of ``radio_fields`` refers to ``<field name>``,
 | 
					* **admin.E022**: The value of ``radio_fields`` refers to ``<field name>``,
 | 
				
			||||||
  which is not an attribute of ``<model>``.
 | 
					  which is not an attribute of ``<model>``.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue