mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #24138 -- Added modelform_factory to __all__.
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							21b858cb67
						
					
				
				
					commit
					3844ccc958
				
			| @@ -28,7 +28,7 @@ __all__ = ( | ||||
|     'ModelForm', 'BaseModelForm', 'model_to_dict', 'fields_for_model', | ||||
|     'save_instance', 'ModelChoiceField', 'ModelMultipleChoiceField', | ||||
|     'ALL_FIELDS', 'BaseModelFormSet', 'modelformset_factory', | ||||
|     'BaseInlineFormSet', 'inlineformset_factory', | ||||
|     'BaseInlineFormSet', 'inlineformset_factory', 'modelform_factory', | ||||
| ) | ||||
|  | ||||
| ALL_FIELDS = '__all__' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user